[Initscripts-ng-commits] r431 - /trunk/src/insserv/debian/run-testsuite

pere at users.alioth.debian.org pere at users.alioth.debian.org
Thu Jan 3 19:01:07 UTC 2008


Author: pere
Date: Thu Jan  3 19:01:06 2008
New Revision: 431

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=431
Log:
Make test suite match unstable more closely.

Modified:
    trunk/src/insserv/debian/run-testsuite

Modified: trunk/src/insserv/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/run-testsuite?rev=431&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Thu Jan  3 19:01:06 2008
@@ -56,13 +56,13 @@
 
 cat <<'EOF' > $insconf
 $local_fs       +mountall +umountfs
-$network        +ifupdown
-$named          $network
-$remote_fs      +mountnfs +umountnfs
-$syslog         +syslog
+$network        +networking +ifupdown
+$named          +named +dnsmasq +lwresd +bind9 $network
+$remote_fs      $local_fs +mountnfs +mountnfs-bootclean +umountnfs +sendsigs
+$syslog         +syslog +sysklogd
 $portmap        portmap
-$time           hwclock
-<interactive>   checkroot
+$time           hwclock +ntpdate +ntp-server
+<interactive>   udev mountdevsubfs checkroot checkfs console-screen
 EOF
 
 insertscript mountkernfs.sh <<EOF
@@ -174,6 +174,16 @@
 # X-Start-Before:    mountnfs
 # Default-Start:     S
 # Default-Stop:
+### END INIT INFO
+EOF
+
+insertscript hwclock.sh <<'EOF'
+### BEGIN INIT INFO
+# Provides:          hwclock
+# Required-Start:    mountdevsubfs
+# Required-Stop:     $local_fs
+# Default-Start:     S
+# Default-Stop:      0 6
 ### END INIT INFO
 EOF
 
@@ -217,7 +227,7 @@
 ### END INIT INFO
 EOF
 
-insertscript syslog <<'EOF'
+insertscript sysklogd <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          syslog
 # Required-Start:    $remote_fs
@@ -300,6 +310,16 @@
 ### END INIT INFO
 EOF
 
+insertscript networking <<'EOF'
+### BEGIN INIT INFO
+# Provides:          networking
+# Required-Start:    mountkernfs ifupdown $local_fs
+# Required-Stop:     ifupdown $local_fs
+# Default-Start:     S
+# Default-Stop:      0 6
+### END INIT INFO
+EOF
+
 insertscript nolsbheader <<'EOF'
 EOF
 
@@ -320,7 +340,7 @@
 
 check_order 2 needlocalfs needallfs
 check_order 2 needlocalfs nolsbheader
-check_order 2 syslog nolsbheader
+check_order 2 sysklogd nolsbheader
 check_order 2 needallfs2 needallfs
 
 check_order 6 needallfs umountnfs




More information about the Initscripts-ng-commits mailing list