Re: No file name completion for file names start with underscore

2014-09-19 Thread Andrey Repin
Greetings, Paul.Domaskis! >> David is right: find does accept a file name as the path argument. >> I didn't know that. (Obviously.) The man page doesn't really say, >> but all references to the path argument suggest that it contains a >> directory or list of directories. >> >> Nevertheless, the

Re: Git spurious dependency: rsync

2014-09-19 Thread Steven Penny
On Fri, Sep 19, 2014 at 3:30 PM, Adam Dinwoodie wrote: > Also, (I suspect) more commonly, for the rsync protocol used for > git-clone and friends. See under "Git URLs" in `git help clone`. I thought libcurl did that... -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: No file name completion for file names start with underscore

2014-09-19 Thread Paul . Domaskis
Gary Johnson spocom.com> writes: > David is right: find does accept a file name as the path argument. > I didn't know that. (Obviously.) The man page doesn't really say, > but all references to the path argument suggest that it contains a > directory or list of directories. > > Nevertheless, th

Re: Git spurious dependency: rsync

2014-09-19 Thread Adam Dinwoodie
On Fri, Sep 19, 2014 at 12:18:03PM -0500, Yaakov Selkowitz wrote: > On Fri, 2014-09-19 at 11:56 -0500, René Berber wrote: > > Updating cygwin today git version 2.1.0-1 is pulling rsync. > > > > From git's documentation (i.e. no mention of rsync): > > > > "To install Git, you need to have the foll

[ANNOUNCEMENT] Updated: pcre-8.35-1

2014-09-19 Thread Yaakov Selkowitz
The following packages have been updated for the Cygwin distribution: *** pcre-8.35-1 *** libpcre1-8.35-1 *** libpcre16_0-8.35-1 *** libpcre32_0-8.35-1 *** libpcrecpp0-8.35-1 *** libpcreposix0-8.35-1 *** libpcre-devel-8.35-1 The PCRE library implements regular expression pattern matching using th

[ANNOUNCEMENT] Updated: nss-3.16.4-1

2014-09-19 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: *** nss-3.16.4-1 *** libnss3-3.16.4-1 *** libnss-devel-3.16.4-1 Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. This is an

[ANNOUNCEMENT] Updated: mysql-5.5.39-1

2014-09-19 Thread Yaakov Selkowitz
The following packages have been updated for the Cygwin distribution: *** mysql-5.5.39-1 *** mysqld-5.5.39-1 *** mysql-test-5.5.39-1 *** libmysqlclient18-5.5.39-1 *** libmysqlclient-devel-5.5.39-1 *** libmysqld0-5.5.39-1 *** libmysqld-devel-5.5.39-1 MySQL Community Edition is a freely downloadabl

[ANNOUNCEMENT] Updated: apache2-2.2.29-1

2014-09-19 Thread Yaakov Selkowitz
The following packages have been updated for the Cygwin distribution: *** apache2-2.2.29-1 *** apache2-devel-2.2.29-1 *** apache2-manual-2.2.29-1 The Apache HTTP Server is a robust, commercial-grade, featureful, extensible, and freely-available source code implementation of an HTTP (Web) server.

[ANNOUNCEMENT] Updated: Ruby on Rails 4.0.10

2014-09-19 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * ruby-actionmailer-4.0.10-1 * ruby-actionpack-4.0.10-1 * ruby-activemodel-4.0.10-1 * ruby-activerecord-4.0.10-1 * ruby-activesupport-4.0.10-1 * ruby-jquery-rails-3.1.2-1 * ruby-rails-4.0.10-1 * ruby-railties-4.0.10-1 Rails is a

[ANNOUNCEMENT] Updated: Ruby 2.0.0-p576

2014-09-19 Thread Yaakov Selkowitz
The following packages have been updated in or added to the Cygwin distribution: * ruby-2.0.0-p576-1 * ruby-psych-2.0.6-1 * ruby-rdoc-4.1.2-1 Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system m

Re: ctrl-c not working

2014-09-19 Thread Gery .
ctrl-d doesn't work? Sent from my iRon On Sep 19, 2014, at 17:51, "Thomas Schweikle" wrote: Having following scripts: bin/tc: --- #!/usr/bin/bash host="" loop=0 conf=default port=22 user=$USERNAME cssh=1 cping=1 recon=0 while [ -n "$1" ]; do case "$1" in -f) conf="$2"; shift ;;

Re: Git spurious dependency: rsync

2014-09-19 Thread Yaakov Selkowitz
On Fri, 2014-09-19 at 11:56 -0500, René Berber wrote: > Updating cygwin today git version 2.1.0-1 is pulling rsync. > > From git's documentation (i.e. no mention of rsync): > > "To install Git, you need to have the following libraries that Git > depends on: curl, zlib, openssl, expat, and libicon

Git spurious dependency: rsync

2014-09-19 Thread René Berber
Hello, Updating cygwin today git version 2.1.0-1 is pulling rsync. >From git's documentation (i.e. no mention of rsync): "To install Git, you need to have the following libraries that Git depends on: curl, zlib, openssl, expat, and libiconv." There's also no mention on the release notes. Is th

ctrl-c not working

2014-09-19 Thread Thomas Schweikle
Having following scripts: bin/tc: --- #!/usr/bin/bash host="" loop=0 conf=default port=22 user=$USERNAME cssh=1 cping=1 recon=0 while [ -n "$1" ]; do case "$1" in -f) conf="$2"; shift ;; -h) host="$2"; shift ;; -l) loop=1;; -nping) cping=0

Re: Packages up for adoption

2014-09-19 Thread Marco Atzeri
On 18/09/2014 19:44, Chris Sutcliffe wrote: Hi All, I haven't used Cygwin for quite some time and unfortunately I don't think I'll have the time to maintain the packages that I currently look after. As such I'm looking for any volunteers to take over maintainership of the following packages: as

Re: Packages up for adoption

2014-09-19 Thread Warren Young
On 9/18/2014 11:44, Chris Sutcliffe wrote: I'm looking for any volunteers to take over maintainership of the following packages: mksh I'm also somewhat interested in this one. I've never been a Korn shell user, but I recently learned about mksh and its place in Bourne family shell history.

Re: Packages up for adoption

2014-09-19 Thread Marco Atzeri
On 19/09/2014 16:31, Warren Young wrote: On 9/18/2014 11:44, Chris Sutcliffe wrote: I'm looking for any volunteers to take over maintainership of the following packages: ... hexedit I could do hexedit. I downloaded the source package, and was happy to see that you'd cygported it already. It

Re: Packages up for adoption

2014-09-19 Thread Warren Young
On 9/18/2014 11:44, Chris Sutcliffe wrote: I'm looking for any volunteers to take over maintainership of the following packages: ... hexedit I could do hexedit. I downloaded the source package, and was happy to see that you'd cygported it already. It looks to be pretty rarely updated, which