public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] chkconfig 1.3.30a -- Manage symbolic links in the /etc/rc[0-6].d
@ 2007-08-22  7:37 Jari Aalto
  2007-08-22 18:55 ` Eric Blake
  0 siblings, 1 reply; 5+ messages in thread
From: Jari Aalto @ 2007-08-22  7:37 UTC (permalink / raw)
  To: cygwin-apps


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITA] chkconfig 1.3.30a -- Manage symbolic links in the /etc/rc[0-6].d
  2007-08-22  7:37 [ITA] chkconfig 1.3.30a -- Manage symbolic links in the /etc/rc[0-6].d Jari Aalto
@ 2007-08-22 18:55 ` Eric Blake
  2007-08-23 18:44   ` Jari Aalto
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Blake @ 2007-08-22 18:55 UTC (permalink / raw)
  To: cygwin-apps

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Jari Aalto (Cygwin-bug#20070822T0504) on 8/22/2007 1:42 AM:
> Adopted from Sergey. Also updated to new upstream release.
> 
> Jari
> 
> sdesc: "Manage symbolic links in the /etc/rc[0-6].d"

/usr/sbin/alternatives.exe is already provided by the alternatives
package.  You will have to work out that conflict first.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGzIbA84KuGfSFAYARAsCoAKC2fZrM2F7JzLN5W+X2C+HBXgDbxACggPKq
rEsxPtZ/O+7vzeS8h3cDQ8I=
=ibz3
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITA] chkconfig 1.3.30a -- Manage symbolic links in the /etc/rc[0-6].d
  2007-08-22 18:55 ` Eric Blake
@ 2007-08-23 18:44   ` Jari Aalto
  2007-08-27 14:21     ` [GTG] " Dr. Volker Zell
  2007-08-28 12:33     ` Eric Blake
  0 siblings, 2 replies; 5+ messages in thread
From: Jari Aalto @ 2007-08-23 18:44 UTC (permalink / raw)
  To: cygwin-apps

Eric Blake <ebb9-PGZyUNKar/Q@public.gmane.org> writes:
> /usr/sbin/alternatives.exe is already provided by the alternatives
> package.  You will have to work out that conflict first.

I disabled it during configure. Package no longer include that binary.

Thanks,
Jari

a) manual

  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 for review.

  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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GTG] Re: [ITA] chkconfig 1.3.30a -- Manage symbolic links in the /etc/rc[0-6].d
  2007-08-23 18:44   ` Jari Aalto
@ 2007-08-27 14:21     ` Dr. Volker Zell
  2007-08-28 12:33     ` Eric Blake
  1 sibling, 0 replies; 5+ messages in thread
From: Dr. Volker Zell @ 2007-08-27 14:21 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Jari Aalto writes:

    > Eric Blake <ebb9-PGZyUNKar/Q@public.gmane.org> writes:
    >> /usr/sbin/alternatives.exe is already provided by the alternatives
    >> package.  You will have to work out that conflict first.

    > I disabled it during configure. Package no longer include that binary.

GTG now. But you can remove libiconv2 from requires as libintl8 already
depends on it.

    > Thanks,
    > Jari

Ciao
  Volker
  

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITA] chkconfig 1.3.30a -- Manage symbolic links in the /etc/rc[0-6].d
  2007-08-23 18:44   ` Jari Aalto
  2007-08-27 14:21     ` [GTG] " Dr. Volker Zell
@ 2007-08-28 12:33     ` Eric Blake
  1 sibling, 0 replies; 5+ messages in thread
From: Eric Blake @ 2007-08-28 12:33 UTC (permalink / raw)
  To: cygwin-apps

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Jari Aalto on 8/23/2007 12:49 PM:
> 
> a) manual
> 
>   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

Uploaded, leaving 1.2.24h-1 as previous.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG1BYd84KuGfSFAYARAoKRAKC8p6wroafIDkMBi+gnVC9szwOv8wCfefY6
mMz7JDDg3gY03N3O7hHB0Qs=
=bTgR
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-08-28 12:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-22  7:37 [ITA] chkconfig 1.3.30a -- Manage symbolic links in the /etc/rc[0-6].d Jari Aalto
2007-08-22 18:55 ` Eric Blake
2007-08-23 18:44   ` Jari Aalto
2007-08-27 14:21     ` [GTG] " Dr. Volker Zell
2007-08-28 12:33     ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).