PrintLogo

Base: sysvinit-2.84




Source code is available here.

Run these commands:

cd /sources &&
tar -xjf sysvinit-2.84.tar.bz2 &&
cd sysvinit-2.84 &&
make -C src &&
make -C src install

The output should look something like this:

make: Entering directory `/usr/src/sysvinit-2.84/src'
install -o root -g root -m 755 halt init killall5 sulogin \
                runlevel shutdown /sbin
# These are not installed by default
install -o root -g root -m 555 utmpdump wall /usr/bin
# install -o root -g root -m 755 etc/initscript.sample /etc
install -o root -g root -m 755 mesg last /usr/bin
cd /sbin; ln -sf halt reboot; chown root.root reboot
cd /sbin; ln -sf halt poweroff; chown root.root poweroff
cd /sbin; ln -sf init telinit; chown root.root telinit
cd /bin; ln -sf ../sbin/killall5 pidof; chown root.root pidof
cd /usr/bin; ln -sf last lastb; chown root.root lastb
install -o root -g root -m 644 initreq.h /usr/include
install -o root -g root -m 644 ../man/*.8 /usr/share/man/man8
install -o root -g root -m 644 ../man/*.5 /usr/share/man/man5
install -o root -g root -m 644 ../man/wall.1 /usr/share/man/man1
install -o root -g root -m 644 ../man/last.1 ../man/lastb.1 ../man/mesg.1 \
                /usr/share/man/man1
#
# This part is skipped on debian systems, the
# debian.preinst script takes care of it.
Creating /dev/initctl
make: Leaving directory `/usr/src/sysvinit-2.84/src'
bash-2.05a#





This article comes from NoNIC:
http://nonic.org/

The URL for this story is:
http://nonic.org/art68.html



Copyright 2006-2008 NoNIC.org. Read our Terms of Use.