From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 8E5A13858D20; Wed, 8 Feb 2023 21:16:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E5A13858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675891013; bh=vQTYrG9IvsyyDQKWftwuq3zXoZz9zKNneMTIFJi0plc=; h=To:Subject:Date:From:From; b=lqLbr7wdlVdDFs8h4YVOq9NIICY4OO7DtP5w8kC083tAzc1FxMxbuE/eAepPmwnUs 81r9SQ+QBatzuYx5+L4q5R82/IcBUpujWX4OrT6C9E7e9q+dyHZW47zMnNkk8WkVJz HKleFG3dV5Yago7Evno9Tk1rQ2ac7GLrkDfiIa1c= To: cygwin-apps-cvs@sourceware.org Subject: [cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. 0addfd196131a59c3f51799398bb53bbe83fcd70 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 825b51122e13f38c5a42ea5b36f2e14c9fefc9f8 X-Git-Newrev: 0addfd196131a59c3f51799398bb53bbe83fcd70 Message-Id: <20230208211653.8E5A13858D20@sourceware.org> Date: Wed, 8 Feb 2023 21:16:53 +0000 (GMT) From: Corinna Vinschen List-Id: https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=0addfd196131a59c3f51799398bb53bbe83fcd70 commit 0addfd196131a59c3f51799398bb53bbe83fcd70 Author: Corinna Vinschen Date: Wed Feb 8 22:16:49 2023 +0100 add ipc-utils Diff: --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 9dcbb58d081d..e1a397463b38 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,7 @@ git remote set-url origin --push ssh://username@cygwin.com/git/cygwin-app
  • cygutils - Chuck Wilson's collection of Cygwin utilities
  • editrights - A helper tool to change user privileges
  • genini - Script to create setup.ini files on a local machine
  • +
  • ipc-utils - XSI IPC maintenance utilities
  • login - The unix login(1), tweaked for Cygwin
  • mt - The unix mt(1) tool with Cygwin-specific extensions
  • rebase - The rebase tool, core of the automatic rebase facility during postinstall