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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sat Dec 29 22:23:36 UTC 2007


Author: pere
Date: Sat Dec 29 22:23:36 2007
New Revision: 331

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=331
Log:
Use test specific configuration in testsuite.

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=331&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Sat Dec 29 22:23:36 2007
@@ -4,7 +4,7 @@
 initddir=$tmpdir/init.d
 
 insserv=`pwd`/insserv
-insconf=`pwd`/insserv.conf
+insconf=$tmpdir/insserv.conf
 
 retval=0
 
@@ -30,6 +30,17 @@
     fi
 }
 
+cat <<'EOF' > $insconf
+$local_fs       +mountall +umountfs
+$network        +ifupdown
+$named          $network
+$remote_fs      +mountnfs +umountnfs
+$syslog         +syslog
+$portmap        portmap
+$time           hwclock
+<interactive>   checkroot
+EOF
+
 insertscript mountkernfs.sh <<EOF
 ### BEGIN INIT INFO
 # Provides:          mountkernfs




More information about the Initscripts-ng-commits mailing list