udev update *** ADDENDUM/ERRATA
sofar
sofar at foo-projects.org
Wed Feb 22 05:11:55 UTC 2006
On Tue, 21 Feb 2006 21:18:35 +0100, Moritz Heiber <moe at lunar-linux.org> wrote:
> Note: If you have modified your mount script in /etc/init.d/
> lunar is not going to replace the script. You have to manually replace
> it by issuing:
>
> cp /var/lib/lunar/moonbase/filesys/e2fsprogs/init.d/mount /etc/init.d/
A quick addition/correction to this:
the ***right*** way of making sure that your system will get upgrades to vital init.d scripts is:
rm /etc/init.d/$script
lin -c $module
in the case of udev/e2fspgrogs, you would do:
rm /etc/init.d/mount
rm /etc/init.d/udev # this is no longer used anyway
lin -c e2fsprogs udev
this way lunar will install a new init.d script and keep it up to date when future additions are released. copying an init.d script manually into /etc/init.d/ will _not_ achieve this.
hth
Auke
More information about the Lunar
mailing list