Hi I would like to adopt and maintain the 'initscripts' package from Sergey Okhapkin.
o http://volkerzell.de/cygwin/initscripts/ (Homepage) o http://volkerzell.de/cygwin/initscripts/initscripts-0.9.tar.bz2 (Download location) Here is the setup.hint file: sdesc: "A System-V-like collection of system initialization scripts" ldesc: "A System-V-like collection of system initialization scripts for cygwin" category: System requires: cygwin bash coreutils sysvinit -------------------------------- cut here ------------------------------------ #!/bin/bash mkdir initscripts cd initscripts wget http://volkerzell.de/cygwin/ITP/initscripts/setup.hint wget http://volkerzell.de/cygwin/ITP/initscripts/initscripts-0.9-2-src.tar.bz2 wget http://volkerzell.de/cygwin/ITP/initscripts/initscripts-0.9-2.tar.bz2 -------------------------------- cut here ------------------------------------ Ciao Volker