sysvinit in hamm uses updatercd -- where is it?

1998-01-19 Thread Steve Hsieh

In upgrading to debian unstable, I see that sysvinit uses updatercd in
sysvinit.postinst to create the symlinks to /etc/init.d.

But I don't see updatercd available anywhere in any Deb package.. no
wonder my links were created. :)

Can someone tell me where, in which package, I can find it?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: sysvinit in hamm uses updatercd -- where is it?

1998-01-19 Thread Ben Pfaff
   In upgrading to debian unstable, I see that sysvinit uses updatercd in
   sysvinit.postinst to create the symlinks to /etc/init.d.

   But I don't see updatercd available anywhere in any Deb package.. no
   wonder my links were created. :)

   Can someone tell me where, in which package, I can find it?

That should be /usr/sbin/update-rc.d, which should be in package dpkg.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: sysvinit in hamm uses updatercd -- where is it?

1998-01-19 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED],
Ben Pfaff [EMAIL PROTECTED] wrote:
   In upgrading to debian unstable, I see that sysvinit uses updatercd in
   sysvinit.postinst to create the symlinks to /etc/init.d.

   But I don't see updatercd available anywhere in any Deb package.. no
   wonder my links were created. :)

   Can someone tell me where, in which package, I can find it?

That should be /usr/sbin/update-rc.d, which should be in package dpkg.

It should be, but it isn't. update-rc.d doesn't know about the new
/etc/rcS.d/ directory yet.

If you look in the sysvinit.postinst script, you'll see that updatercd
is a shell function, defined just a few lines before it's used.

Mike.
-- 
 Miquel van Smoorenburg |  The dyslexic, agnostic, insomniac lay in his bed
[EMAIL PROTECTED]  |  awake all night wondering if there is a doG


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: sysvinit in hamm uses updatercd -- where is it?

1998-01-19 Thread Steve Hsieh
Can someone tell me where, in which package, I can find it?
 
 That should be /usr/sbin/update-rc.d, which should be in package dpkg.
 
 It should be, but it isn't. update-rc.d doesn't know about the new
 /etc/rcS.d/ directory yet.
 
 If you look in the sysvinit.postinst script, you'll see that updatercd
 is a shell function, defined just a few lines before it's used.
 
 Mike.
 -- 
  Miquel van Smoorenburg |  The dyslexic, agnostic, insomniac lay in his bed
 [EMAIL PROTECTED]  |  awake all night wondering if there is a doG


Oops. I feel silly now.. :)

Thanks



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .