Adopted from Sergey. Also updated to new upstream release.

Jari

sdesc: "Manage symbolic links in the /etc/rc[0-6].d"
ldesc: "Program provides a simple command-line tool for maintaining the
/etc/rc[0-6].d directory hierarchy by relieving system administrators
from the task of directly manipulating the numerous symbolic linksa in
those directories."
category: System
requires: cygwin libiconv2 libintl8 libpopt0

a) manual download

  wget        \
    http://cygwin.cante.net/chkconfig/chkconfig-1.3.30a-1.tar.bz2 \
    http://cygwin.cante.net/chkconfig/chkconfig-1.3.30a-1-src.tar.bz2 \
    http://cygwin.cante.net/chkconfig/setup.hint

b) automated: get.sh displays further instructions

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir chkconfig ; cd chkconfig
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/chkconfig/get.sh \
          http://cygwin.cante.net/chkconfig/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

Reply via email to