[Pkg-sysvinit-devel] Bug#689734: sysv-rc: can't remove dnsmasq from boot if postfix is installed

Salvo Tomaselli tiposchi at tiscali.it
Sat Oct 6 09:40:44 UTC 2012


> what make you believe this is a bug in update-rc.d and
> not in postfix or dnsmasq? 
I am not sure where the bug belongs, i just took a look at dnsmasq LSB header 
and it looked okay.

I am attaching the output of 
/usr/share/insserv/make-testsuite

-- 
Salvo Tomaselli
-------------- next part --------------
set +C
cat <<'EOF' > $insconf
$local_fs	+mountall +mountoverflowtmp +umountfs
$network	+networking +ifupdown
$named		+named +dnsmasq +lwresd +bind9 +unbound $network
$remote_fs	$local_fs +mountnfs +mountnfs-bootclean +umountnfs +sendsigs
$syslog		+rsyslog +sysklogd +syslog-ng +dsyslog +inetutils-syslogd
$time		+hwclock
<interactive>	glibc udev console-screen keymap keyboard-setup console-setup cryptdisks cryptdisks-early checkfs-loop
EOF
set -C

addscript acpid <<'EOF'
### BEGIN INIT INFO
# Provides:          acpid
# Required-Start:    $remote_fs $syslog
# Required-Stop:     $remote_fs $syslog
# X-Start-Before:    kdm gdm3 xdm
# X-Stop-After:      kdm gdm3 xdm
# Default-Start:     2 3 4 5
# Default-Stop:      
# Short-Description: Start the Advanced Configuration and Power Interface daemon
# Description:       Provide a socket for X11, hald and others to multiplex
#                    kernel ACPI events.
### END INIT INFO
EOF

addscript alsa-utils <<'EOF'
### BEGIN INIT INFO
# Provides:          alsa-utils
# Required-Start:    $local_fs $remote_fs
# Required-Stop:     $remote_fs
# Default-Start:     S
# Default-Stop:      0 1 6
# Short-Description: Restore and store ALSA driver settings
# Description:       This script stores and restores mixer levels on
#                    shutdown and bootup.On sysv-rc systems: to
#                    disable storing of mixer levels on shutdown,
#                    remove /etc/rc[06].d/K50alsa-utils.  To disable
#                    restoring of mixer levels on bootup, rename the
#                    "S50alsa-utils" symbolic link in /etc/rcS.d/ to
#                    "K50alsa-utils".
### END INIT INFO
EOF

addscript avahi-daemon <<'EOF'
### BEGIN INIT INFO
# Provides:          avahi
# Required-Start:    $remote_fs dbus
# Required-Stop:     $remote_fs dbus
# Should-Start:	     $syslog
# Should-Stop:       $syslog
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Avahi mDNS/DNS-SD Daemon
# Description:       Zeroconf daemon for configuring your network 
#                    automatically
### END INIT INFO
EOF

addscript bootlogd <<'EOF'
### BEGIN INIT INFO
# Provides:          bootlogd
# Required-Start:    mountdevsubfs
# X-Start-Before:    hostname keymap keyboard-setup procps pcmcia hwclock hwclockfirst hdparm hibernate-cleanup lvm2
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: Start or stop bootlogd.
# Description:       Starts or stops the bootlogd log program
#                    which logs boot messages.
### END INIT INFO
EOF

addscript bootlogs <<'EOF'
### BEGIN INIT INFO
# Provides:          bootlogs
# Required-Start:    hostname $local_fs
# Required-Stop:
# Should-Start:      $x-display-manager gdm kdm xdm ldm sdm wdm nodm
# Default-Start:     1 2 3 4 5
# Default-Stop:
# Short-Description: Log file handling to be done during bootup.
# Description:       Various things that don't need to be done particularly
#                    early in the boot, just before getty is run.
### END INIT INFO
EOF

addscript bootmisc.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          bootmisc
# Required-Start:    $remote_fs
# Required-Stop:
# Should-Start:      udev
# Default-Start:     S
# Default-Stop:
# Short-Description: Miscellaneous things to be done during bootup.
# Description:       Some cleanup.  Note, it need to run after mountnfs-bootclean.sh.
### END INIT INFO
EOF

addscript checkfs.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          checkfs
# Required-Start:    checkroot
# Required-Stop:
# Should-Start:      mtab
# Default-Start:     S
# Default-Stop:
# X-Interactive:     true
# Short-Description: Check all filesystems.
### END INIT INFO
EOF

addscript checkroot-bootclean.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          checkroot-bootclean
# Required-Start:    checkroot
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: bootclean after checkroot.
# Description:       Clean temporary filesystems after
#                    the root filesystem has been mounted.
#                    At this point, directories which may be
#                    masked by future mounts may be cleaned.
### END INIT INFO
EOF

addscript checkroot.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          checkroot
# Required-Start:    mountdevsubfs hostname
# Required-Stop:     
# Should-Start:      keymap hwclockfirst hdparm bootlogd
# Should-stop:
# Default-Start:     S
# Default-Stop:
# X-Interactive:     true
# Short-Description: Check to root file system.
### END INIT INFO
EOF

addscript console-setup <<'EOF'
### BEGIN INIT INFO
# Provides:          console-setup
# Required-Start:    $remote_fs
# Required-Stop:
# Should-Start:      console-screen kbd
# Default-Start:     S
# Default-Stop:
# X-Interactive:     true
# Short-Description: Set console font and keymap
### END INIT INFO
EOF

addscript cpufrequtils <<'EOF'
### BEGIN INIT INFO
# Provides:       cpufrequtils
# Required-Start: $remote_fs loadcpufreq
# Required-Stop:
# Default-Start:  2 3 4 5
# Default-Stop:
# Short-Description: set CPUFreq kernel parameters
# Description: utilities to deal with CPUFreq Linux 
#	kernel support
### END INIT INFO
EOF

addscript cron <<'EOF'
### BEGIN INIT INFO
# Provides:          cron
# Required-Start:    $remote_fs $syslog $time
# Required-Stop:     $remote_fs $syslog $time
# Should-Start:      $network $named slapd autofs ypbind nscd nslcd
# Should-Stop:       $network $named slapd autofs ypbind nscd nslcd
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Regular background program processing daemon
# Description:       cron is a standard UNIX program that runs user-specified 
#                    programs at periodic scheduled times. vixie cron adds a 
#                    number of features to the basic UNIX cron, including better
#                    security and more powerful configuration options.
### END INIT INFO
EOF

addscript dbus <<'EOF'
### BEGIN INIT INFO
# Provides:          dbus
# Required-Start:    $remote_fs $syslog
# Required-Stop:     $remote_fs $syslog
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: D-Bus systemwide message bus
# Description:       D-Bus is a simple interprocess messaging system, used
#                    for sending messages between applications.
### END INIT INFO
EOF

addscript dnsmasq <<'EOF'
### BEGIN INIT INFO
# Provides:       dnsmasq
# Required-Start: $network $remote_fs $syslog
# Required-Stop:  $network $remote_fs $syslog
# Default-Start:  2 3 4 5
# Default-Stop:   0 1 6
# Description:    DHCP and DNS server
### END INIT INFO
EOF

addscript fetchmail <<'EOF'
### BEGIN INIT INFO
# Provides:          fetchmail
# Required-Start:    $network $local_fs $remote_fs $syslog
# Required-Stop:     $remote_fs
# Should-Start:      $mail-transport-agent exim4 $named
# Should-Stop:       $mail-transport-agent exim4
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: init-Script for system wide fetchmail daemon
# Description: Enable service provided by fetchmail in daemon mode
### END INIT INFO
EOF

addscript halt <<'EOF'
### BEGIN INIT INFO
# Provides:          halt
# Required-Start:
# Required-Stop:
# Default-Start:
# Default-Stop:      0
# Short-Description: Execute the halt command.
# Description:
### END INIT INFO
EOF

addscript hostname.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          hostname
# Required-Start:
# Required-Stop:
# Should-Start:      glibc
# Default-Start:     S
# Default-Stop:
# Short-Description: Set hostname based on /etc/hostname
# Description:       Read the machines hostname from /etc/hostname, and
#                    update the kernel value with this value.  If
#                    /etc/hostname is empty, the current kernel value
#                    for hostname is used.  If the kernel value is
#                    empty, the value 'localhost' is used.
### END INIT INFO
EOF

addscript hwclock.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          hwclock
# Required-Start:    mountdevsubfs
# Required-Stop:     $local_fs
# Default-Start:     S
# X-Start-Before:    checkroot
# Default-Stop:      0 6
### END INIT INFO
EOF

addscript kbd <<'EOF'
### BEGIN INIT INFO
# Provides:          kbd
# Required-Start:    $remote_fs
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# X-Interactive:     true
# Description: Set console screen modes and fonts
# Short-Description:    Prepare console
### END INIT INFO
EOF

addscript kdm <<'EOF'
### BEGIN INIT INFO
# Provides:          kdm
# Required-Start:    $local_fs $remote_fs
# Required-Stop:     $local_fs $remote_fs
# Should-Start:      console-screen kbd acpid dbus hal krb5-kdc
# Should-Stop:       console-screen kbd
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: X display manager for KDE
# Description:       KDM manages a collection of X servers, which may be on the local host or remote machines.
### END INIT INFO
EOF

addscript keyboard-setup <<'EOF'
### BEGIN INIT INFO
# Provides:          keyboard-setup
# Required-Start:    mountkernfs
# Required-Stop:
# Should-Start:      keymap udev
# X-Start-Before:    checkroot
# Default-Start:     S
# Default-Stop:
# X-Interactive:     true
# Short-Description: Set preliminary keymap
# Description:       Set the console keyboard as early as possible
#                    so during the file systems checks the administrator
#                    can interact.  At this stage of the boot process
#                    only the ASCII symbols are supported.
### END INIT INFO
EOF

addscript killprocs <<'EOF'
### BEGIN INIT INFO
# Provides:          killprocs
# Required-Start:    $local_fs
# Required-Stop:
# Default-Start:     1
# Default-Stop:
# Short-Description: executed by init(8) upon entering runlevel 1 (single).
### END INIT INFO
EOF

addscript kmod <<'EOF'
### BEGIN INIT INFO
# Provides:          kmod
# Required-Start:    
# Required-Stop:     
# Should-Start:      checkroot
# Should-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: Load the modules listed in /etc/modules.
# Description:       Load the modules listed in /etc/modules.
### END INIT INFO
EOF

addscript loadcpufreq <<'EOF'
### BEGIN INIT INFO
# Provides:          loadcpufreq
# Required-Start:    $remote_fs $syslog
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Load kernel modules needed to enable cpufreq scaling
# Description:       Make it possible to save power by reducing
#                    the CPU speed when there is little to do.
### END INIT INFO
EOF

addscript miredo <<'EOF'
### BEGIN INIT INFO
# Provides:          miredo
# Required-Start:    $local_fs $remote_fs $network $syslog
# Required-Stop:     $local_fs $remote_fs $syslog
# Short-Description: Teredo IPv6 tunnel
# Description:       Miredo daemon for tunneling of IPv6 through NAT
#                    within UDP/IPv4, as specified by the Teredo mechanism.
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
### END INIT INFO
EOF

addscript motd <<'EOF'
### BEGIN INIT INFO
# Provides:          motd
# Required-Start:    hostname $local_fs
# Required-Stop:
# Should-Start:
# Default-Start:     1 2 3 4 5
# Default-Stop:
# Short-Description: Create dynamic part of /etc/motd
# Description:       /etc/motd is user-editable and static.  This script
#                    creates the initial dynamic part, by default the
#                    output of uname, and stores it in /var/run/motd.dynamic.
#                    Both parts are output by pam_motd.
### END INIT INFO
EOF

addscript mountall-bootclean.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountall-bootclean
# Required-Start:    mountall
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: bootclean after mountall.
# Description:       Clean temporary filesystems after
#                    all local filesystems have been mounted.
### END INIT INFO
EOF

addscript mountall.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountall
# Required-Start:    checkfs
# Required-Stop: 
# Default-Start:     S
# Default-Stop:
# Short-Description: Mount all filesystems.
# Description:
### END INIT INFO
EOF

addscript mountdevsubfs.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountdevsubfs
# Required-Start:    mountkernfs
# Required-Stop:
# Should-Start:      udev
# Default-Start:     S
# Default-Stop:
# Short-Description: Mount special file systems under /dev.
# Description:       Mount the virtual filesystems the kernel provides
#                    that ordinarily live under the /dev filesystem.
### END INIT INFO
EOF

addscript mountkernfs.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountkernfs
# Required-Start:
# Required-Stop:
# Should-Start:      glibc
# Default-Start:     S
# Default-Stop:
# Short-Description: Mount kernel virtual file systems.
# Description:       Mount initial set of virtual filesystems the kernel
#                    provides and that are required by everything.
### END INIT INFO
EOF

addscript mountnfs-bootclean.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountnfs-bootclean
# Required-Start:    $local_fs mountnfs
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: bootclean after mountnfs.
# Description:       Clean temporary filesystems after
#                    network filesystems have been mounted.
### END INIT INFO
EOF

addscript mountnfs.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mountnfs
# Required-Start:    $local_fs
# Required-Stop:
# Should-Start:      $network $portmap nfs-common  udev-mtab
# Default-Start:     S
# Default-Stop:
# Short-Description: Wait for network file systems to be mounted
# Description:       Network file systems are mounted by
#                    /etc/network/if-up.d/mountnfs in the background
#                    when interfaces are brought up; this script waits
#                    for them to be mounted before carrying on.
### END INIT INFO
EOF

addscript mtab.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          mtab
# Required-Start:    checkroot
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: Update mtab file.
# Description:       Update the mount program's mtab file after
#                    all local filesystems have been mounted.
### END INIT INFO
EOF

addscript networking <<'EOF'
### BEGIN INIT INFO
# Provides:          networking ifupdown
# Required-Start:    mountkernfs $local_fs urandom
# Required-Stop:     $local_fs
# Default-Start:     S
# Default-Stop:      0 6
# Short-Description: Raise network interfaces.
# Description:       Prepare /run/network directory, ifstate file and raise network interfaces, or take them down.
### END INIT INFO
EOF

addscript postfix <<'EOF'
### BEGIN INIT INFO
# Provides:          postfix mail-transport-agent
# Required-Start:    $local_fs $remote_fs $syslog $named $network $time
# Required-Stop:     $local_fs $remote_fs $syslog $named $network
# Should-Start:      postgresql mysql clamav-daemon postgrey spamassassin saslauthd dovecot
# Should-Stop:       postgresql mysql clamav-daemon postgrey spamassassin saslauthd dovecot
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: start and stop the Postfix Mail Transport Agent
# Description:       postfix is a Mail Transport agent
### END INIT INFO
EOF

addscript procps <<'EOF'
### BEGIN INIT INFO
# Provides:          procps
# Required-Start:    mountkernfs $local_fs
# Required-Stop:
# Should-Start:      udev module-init-tools
# Default-Start:     S
# Default-Stop:
# Short-Description: Configure kernel parameters at boottime
# Description:  Loads kernel parameters that are specified in /etc/sysctl.conf
### END INIT INFO
EOF

addscript rc.local <<'EOF'
### BEGIN INIT INFO
# Provides:          rc.local
# Required-Start:    $all
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Run /etc/rc.local if it exist
### END INIT INFO
EOF

addscript reboot <<'EOF'
### BEGIN INIT INFO
# Provides:          reboot
# Required-Start:
# Required-Stop:
# Default-Start:
# Default-Stop:      6
# Short-Description: Execute the reboot command.
# Description:
### END INIT INFO
EOF

addscript rmnologin <<'EOF'
### BEGIN INIT INFO
# Provides:          rmnologin
# Required-Start:    $remote_fs $all
# Required-Stop: 
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Remove /etc/nologin at boot
# Description:       This script removes the /etc/nologin file as the
#                    last step in the boot process, if DELAYLOGIN=yes.
#                    If DELAYLOGIN=no, /etc/nologin was not created by
#                    bootmisc earlier in the boot process.
### END INIT INFO
EOF

addscript rsync <<'EOF'
### BEGIN INIT INFO
# Provides:          rsyncd
# Required-Start:    $remote_fs $syslog
# Required-Stop:     $remote_fs $syslog
# Should-Start:      $named
# Default-Start:     2 3 4 5
# Default-Stop:      
# Short-Description: fast remote file copy program daemon
# Description:       rsync is a program that allows files to be copied to and
#                    from remote machines in much the same way as rcp.
#                    This provides rsyncd daemon functionality.
### END INIT INFO
EOF

addscript rsyslog <<'EOF'
### BEGIN INIT INFO
# Provides:          rsyslog
# Required-Start:    $remote_fs $time
# Required-Stop:     umountnfs $time
# X-Stop-After:      sendsigs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: enhanced syslogd
# Description:       Rsyslog is an enhanced multi-threaded syslogd.
#                    It is quite compatible to stock sysklogd and can be 
#                    used as a drop-in replacement.
### END INIT INFO
EOF

addscript screen-cleanup <<'EOF'
### BEGIN INIT INFO
# Provides:          screen-cleanup
# Required-Start:    $remote_fs
# Required-Stop:     $remote_fs
# Default-Start:     S
# Default-Stop:
# Short-Description: screen sessions cleaning
# Description: Cleans up the screen session directory and fixes its
#  permissions if needed.
### END INIT INFO
EOF

addscript sendsigs <<'EOF'
### BEGIN INIT INFO
# Provides:          sendsigs
# Required-Start:    
# Required-Stop:     umountnfs
# Default-Start:
# Default-Stop:      0 6
# Short-Description: Kill all remaining processes.
# Description: 
### END INIT INFO
EOF

addscript single <<'EOF'
### BEGIN INIT INFO
# Provides:          single
# Required-Start:    $local_fs $all killprocs
# Required-Stop:
# Default-Start:     1
# Default-Stop:
# Short-Description: executed by init(8) upon entering runlevel 1 (single).
### END INIT INFO
EOF

addscript stop-bootlogd <<'EOF'
### BEGIN INIT INFO
# Provides:          stop-bootlogd
# Required-Start:    $local_fs $all
# Required-Stop:
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Stop bootlogd
# Description:       See the init.d/bootlogd script
### END INIT INFO
EOF

addscript stop-bootlogd-single <<'EOF'
### BEGIN INIT INFO
# Provides:          stop-bootlogd-single
# Required-Start:    $local_fs $all
# Required-Stop:
# Default-Start:     S
# Default-Stop:
# Short-Description: Stop bootlogd in single user mode
# Description:       See the init.d/bootlogd script
### END INIT INFO
EOF

addscript sudo <<'EOF'
### BEGIN INIT INFO
# Provides:          sudo
# Required-Start:    $local_fs $remote_fs
# Required-Stop:
# X-Start-Before:    rmnologin
# Default-Start:     2 3 4 5
# Default-Stop:
# Short-Description: Provide limited super user privileges to specific users
# Description: Provide limited super user privileges to specific users.
### END INIT INFO
EOF

addscript udev <<'EOF'
### BEGIN INIT INFO
# Provides:          udev
# Required-Start:    mountkernfs 
# Required-Stop:     
# Default-Start:     S
# Default-Stop:
# Short-Description: Start udevd, populate /dev and load drivers.
### END INIT INFO
EOF

addscript udev-mtab <<'EOF'
### BEGIN INIT INFO
# Provides:          udev-mtab
# Required-Start:    udev $local_fs
# Required-Stop:     
# Default-Start:     S
# Default-Stop:
# Short-Description: Add to mtab the entry for /dev.
### END INIT INFO
EOF

addscript umountfs <<'EOF'
### BEGIN INIT INFO
# Provides:          umountfs
# Required-Start:
# Required-Stop:     umountroot
# Default-Start:
# Default-Stop:      0 6
# Short-Description: Turn off swap and unmount all local file systems.
# Description:
### END INIT INFO
EOF

addscript umountnfs.sh <<'EOF'
### BEGIN INIT INFO
# Provides:          umountnfs
# Required-Start:
# Required-Stop:     umountfs
# Should-Stop:       $network $portmap nfs-common
# Default-Start:
# Default-Stop:      0 6
# Short-Description: Unmount all network filesystems except the root fs.
# Description:       Also unmounts all virtual filesystems (proc,
#                    devpts, usbfs, sysfs) that are not mounted at the
#                    top level.
### END INIT INFO
EOF

addscript umountroot <<'EOF'
### BEGIN INIT INFO
# Provides:          umountroot
# Required-Start:
# Required-Stop:
# Should-Stop:       halt reboot kexec
# Default-Start:
# Default-Stop:      0 6
# Short-Description: Mount the root filesystem read-only.
### END INIT INFO
EOF

addscript urandom <<'EOF'
### BEGIN INIT INFO
# Provides:          urandom
# Required-Start:    $local_fs $time
# Required-Stop:     $local_fs
# Default-Start:     S
# Default-Stop:      0 6
# Short-Description: Save and restore random seed between restarts.
# Description:       This script saves the random seed between restarts.
#                    It is called from the boot, halt and reboot scripts.
### END INIT INFO
EOF

addscript wicd <<'EOF'
### BEGIN INIT INFO
# Provides:          wicd
# Required-Start:    $remote_fs dbus
# Required-Stop:     $remote_fs
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Starts and stops Wicd
# Description:       Starts and stops Wicd, a network manager
### END INIT INFO
EOF

addscript x11-common <<'EOF'
### BEGIN INIT INFO
# Provides:          x11-common
# Required-Start:    $remote_fs
# Required-Stop:     $remote_fs
# Default-Start:     S
# Default-Stop:
### END INIT INFO
EOF

addscript xinetd <<'EOF'
### BEGIN INIT INFO
# Provides:          xinetd inetd
# Required-Start:    $local_fs $remote_fs $network
# Required-Stop:     $local_fs $remote_fs $network
# Should-Start:      $syslog
# Should-Stop:       $syslog
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Starts or stops the xinetd daemon.
# Description:       Starts and stops xinetd, an inetd replacement
### END INIT INFO
EOF

cd $tmpdir/etc
mkdir rc0.d rc1.d rc2.d rc3.d rc4.d rc5.d rc6.d rcS.d
ln -s ../init.d/alsa-utils rc0.d/K01alsa-utils
ln -s ../init.d/avahi-daemon rc0.d/K01avahi-daemon
ln -s ../init.d/kdm rc0.d/K01kdm
ln -s ../init.d/miredo rc0.d/K01miredo
ln -s ../init.d/postfix rc0.d/K01postfix
ln -s ../init.d/urandom rc0.d/K01urandom
ln -s ../init.d/wicd rc0.d/K01wicd
ln -s ../init.d/xinetd rc0.d/K01xinetd
ln -s ../init.d/dnsmasq rc0.d/K02dnsmasq
ln -s ../init.d/sendsigs rc0.d/K03sendsigs
ln -s ../init.d/rsyslog rc0.d/K04rsyslog
ln -s ../init.d/hwclock.sh rc0.d/K05hwclock.sh
ln -s ../init.d/umountnfs.sh rc0.d/K05umountnfs.sh
ln -s ../init.d/networking rc0.d/K06networking
ln -s ../init.d/umountfs rc0.d/K07umountfs
ln -s ../init.d/umountroot rc0.d/K08umountroot
ln -s ../init.d/halt rc0.d/K09halt
ln -s ../init.d/alsa-utils rc1.d/K01alsa-utils
ln -s ../init.d/avahi-daemon rc1.d/K01avahi-daemon
ln -s ../init.d/kdm rc1.d/K01kdm
ln -s ../init.d/miredo rc1.d/K01miredo
ln -s ../init.d/postfix rc1.d/K01postfix
ln -s ../init.d/wicd rc1.d/K01wicd
ln -s ../init.d/xinetd rc1.d/K01xinetd
ln -s ../init.d/dnsmasq rc1.d/K02dnsmasq
ln -s ../init.d/rsyslog rc1.d/K04rsyslog
ln -s ../init.d/killprocs rc1.d/S01killprocs
ln -s ../init.d/motd rc1.d/S01motd
ln -s ../init.d/bootlogs rc1.d/S04bootlogs
ln -s ../init.d/single rc1.d/S05single
ln -s ../init.d/motd rc2.d/S01motd
ln -s ../init.d/rsyslog rc2.d/S01rsyslog
ln -s ../init.d/sudo rc2.d/S01sudo
ln -s ../init.d/acpid rc2.d/S02acpid
ln -s ../init.d/dbus rc2.d/S02dbus
ln -s ../init.d/dnsmasq rc2.d/S02dnsmasq
ln -s ../init.d/loadcpufreq rc2.d/S02loadcpufreq
ln -s ../init.d/miredo rc2.d/S02miredo
ln -s ../init.d/xinetd rc2.d/S02xinetd
ln -s ../init.d/avahi-daemon rc2.d/S03avahi-daemon
ln -s ../init.d/cpufrequtils rc2.d/S03cpufrequtils
ln -s ../init.d/cron rc2.d/S03cron
ln -s ../init.d/kdm rc2.d/S03kdm
ln -s ../init.d/postfix rc2.d/S03postfix
ln -s ../init.d/rsync rc2.d/S03rsync
ln -s ../init.d/wicd rc2.d/S03wicd
ln -s ../init.d/bootlogs rc2.d/S04bootlogs
ln -s ../init.d/fetchmail rc2.d/S04fetchmail
ln -s ../init.d/rc.local rc2.d/S05rc.local
ln -s ../init.d/rmnologin rc2.d/S05rmnologin
ln -s ../init.d/stop-bootlogd rc2.d/S05stop-bootlogd
ln -s ../init.d/motd rc3.d/S01motd
ln -s ../init.d/rsyslog rc3.d/S01rsyslog
ln -s ../init.d/sudo rc3.d/S01sudo
ln -s ../init.d/acpid rc3.d/S02acpid
ln -s ../init.d/dbus rc3.d/S02dbus
ln -s ../init.d/dnsmasq rc3.d/S02dnsmasq
ln -s ../init.d/loadcpufreq rc3.d/S02loadcpufreq
ln -s ../init.d/miredo rc3.d/S02miredo
ln -s ../init.d/xinetd rc3.d/S02xinetd
ln -s ../init.d/avahi-daemon rc3.d/S03avahi-daemon
ln -s ../init.d/cpufrequtils rc3.d/S03cpufrequtils
ln -s ../init.d/cron rc3.d/S03cron
ln -s ../init.d/kdm rc3.d/S03kdm
ln -s ../init.d/postfix rc3.d/S03postfix
ln -s ../init.d/rsync rc3.d/S03rsync
ln -s ../init.d/wicd rc3.d/S03wicd
ln -s ../init.d/bootlogs rc3.d/S04bootlogs
ln -s ../init.d/fetchmail rc3.d/S04fetchmail
ln -s ../init.d/rc.local rc3.d/S05rc.local
ln -s ../init.d/rmnologin rc3.d/S05rmnologin
ln -s ../init.d/stop-bootlogd rc3.d/S05stop-bootlogd
ln -s ../init.d/motd rc4.d/S01motd
ln -s ../init.d/rsyslog rc4.d/S01rsyslog
ln -s ../init.d/sudo rc4.d/S01sudo
ln -s ../init.d/acpid rc4.d/S02acpid
ln -s ../init.d/dbus rc4.d/S02dbus
ln -s ../init.d/dnsmasq rc4.d/S02dnsmasq
ln -s ../init.d/loadcpufreq rc4.d/S02loadcpufreq
ln -s ../init.d/miredo rc4.d/S02miredo
ln -s ../init.d/xinetd rc4.d/S02xinetd
ln -s ../init.d/avahi-daemon rc4.d/S03avahi-daemon
ln -s ../init.d/cpufrequtils rc4.d/S03cpufrequtils
ln -s ../init.d/cron rc4.d/S03cron
ln -s ../init.d/kdm rc4.d/S03kdm
ln -s ../init.d/postfix rc4.d/S03postfix
ln -s ../init.d/rsync rc4.d/S03rsync
ln -s ../init.d/wicd rc4.d/S03wicd
ln -s ../init.d/bootlogs rc4.d/S04bootlogs
ln -s ../init.d/fetchmail rc4.d/S04fetchmail
ln -s ../init.d/rc.local rc4.d/S05rc.local
ln -s ../init.d/rmnologin rc4.d/S05rmnologin
ln -s ../init.d/stop-bootlogd rc4.d/S05stop-bootlogd
ln -s ../init.d/motd rc5.d/S01motd
ln -s ../init.d/rsyslog rc5.d/S01rsyslog
ln -s ../init.d/sudo rc5.d/S01sudo
ln -s ../init.d/acpid rc5.d/S02acpid
ln -s ../init.d/dbus rc5.d/S02dbus
ln -s ../init.d/dnsmasq rc5.d/S02dnsmasq
ln -s ../init.d/loadcpufreq rc5.d/S02loadcpufreq
ln -s ../init.d/miredo rc5.d/S02miredo
ln -s ../init.d/xinetd rc5.d/S02xinetd
ln -s ../init.d/avahi-daemon rc5.d/S03avahi-daemon
ln -s ../init.d/cpufrequtils rc5.d/S03cpufrequtils
ln -s ../init.d/cron rc5.d/S03cron
ln -s ../init.d/kdm rc5.d/S03kdm
ln -s ../init.d/postfix rc5.d/S03postfix
ln -s ../init.d/rsync rc5.d/S03rsync
ln -s ../init.d/wicd rc5.d/S03wicd
ln -s ../init.d/bootlogs rc5.d/S04bootlogs
ln -s ../init.d/fetchmail rc5.d/S04fetchmail
ln -s ../init.d/rc.local rc5.d/S05rc.local
ln -s ../init.d/rmnologin rc5.d/S05rmnologin
ln -s ../init.d/stop-bootlogd rc5.d/S05stop-bootlogd
ln -s ../init.d/alsa-utils rc6.d/K01alsa-utils
ln -s ../init.d/avahi-daemon rc6.d/K01avahi-daemon
ln -s ../init.d/kdm rc6.d/K01kdm
ln -s ../init.d/miredo rc6.d/K01miredo
ln -s ../init.d/postfix rc6.d/K01postfix
ln -s ../init.d/urandom rc6.d/K01urandom
ln -s ../init.d/wicd rc6.d/K01wicd
ln -s ../init.d/xinetd rc6.d/K01xinetd
ln -s ../init.d/dnsmasq rc6.d/K02dnsmasq
ln -s ../init.d/sendsigs rc6.d/K03sendsigs
ln -s ../init.d/rsyslog rc6.d/K04rsyslog
ln -s ../init.d/hwclock.sh rc6.d/K05hwclock.sh
ln -s ../init.d/umountnfs.sh rc6.d/K05umountnfs.sh
ln -s ../init.d/networking rc6.d/K06networking
ln -s ../init.d/umountfs rc6.d/K07umountfs
ln -s ../init.d/umountroot rc6.d/K08umountroot
ln -s ../init.d/reboot rc6.d/K09reboot
ln -s ../init.d/mountkernfs.sh rcS.d/S01mountkernfs.sh
ln -s ../init.d/udev rcS.d/S02udev
ln -s ../init.d/mountdevsubfs.sh rcS.d/S03mountdevsubfs.sh
ln -s ../init.d/bootlogd rcS.d/S04bootlogd
ln -s ../init.d/keyboard-setup rcS.d/S05keyboard-setup
ln -s ../init.d/hostname.sh rcS.d/S06hostname.sh
ln -s ../init.d/hwclock.sh rcS.d/S06hwclock.sh
ln -s ../init.d/checkroot.sh rcS.d/S07checkroot.sh
ln -s ../init.d/checkroot-bootclean.sh rcS.d/S08checkroot-bootclean.sh
ln -s ../init.d/kmod rcS.d/S08kmod
ln -s ../init.d/mtab.sh rcS.d/S08mtab.sh
ln -s ../init.d/checkfs.sh rcS.d/S09checkfs.sh
ln -s ../init.d/mountall.sh rcS.d/S10mountall.sh
ln -s ../init.d/mountall-bootclean.sh rcS.d/S11mountall-bootclean.sh
ln -s ../init.d/procps rcS.d/S11procps
ln -s ../init.d/udev-mtab rcS.d/S11udev-mtab
ln -s ../init.d/urandom rcS.d/S11urandom
ln -s ../init.d/networking rcS.d/S12networking
ln -s ../init.d/mountnfs.sh rcS.d/S13mountnfs.sh
ln -s ../init.d/mountnfs-bootclean.sh rcS.d/S14mountnfs-bootclean.sh
ln -s ../init.d/kbd rcS.d/S15kbd
ln -s ../init.d/console-setup rcS.d/S16console-setup
ln -s ../init.d/alsa-utils rcS.d/S17alsa-utils
ln -s ../init.d/bootmisc.sh rcS.d/S17bootmisc.sh
ln -s ../init.d/screen-cleanup rcS.d/S17screen-cleanup
ln -s ../init.d/x11-common rcS.d/S17x11-common
ln -s ../init.d/stop-bootlogd-single rcS.d/S18stop-bootlogd-single

list_rclinks


More information about the Pkg-sysvinit-devel mailing list