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

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


Author: pere
Date: Sat Dec 29 22:40:29 2007
New Revision: 332

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=332
Log:
Correct typo in the test, expanding virtual dependencies to nothing.

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=332&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Sat Dec 29 22:40:29 2007
@@ -52,7 +52,7 @@
 ### END INIT INFO
 EOF
 
-insertscript mountdevsubfs.sh <<EOF
+insertscript mountdevsubfs.sh <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          mountdevsubfs mountvirtfs
 # Required-Start:    mountkernfs
@@ -63,7 +63,7 @@
 ### END INIT INFO
 EOF
 
-insertscript checkroot.sh <<EOF
+insertscript checkroot.sh <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          checkroot
 # Required-Start:    mountdevsubfs
@@ -75,7 +75,7 @@
 ### END INIT INFO
 EOF
 
-insertscript ifupdown-clean <<EOF
+insertscript ifupdown-clean <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          ifupdown-clean
 # Required-Start:    checkroot
@@ -85,7 +85,7 @@
 ### END INIT INFO
 EOF
 
-insertscript ifupdown <<EOF
+insertscript ifupdown <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          ifupdown
 # Required-Start:    ifupdown-clean
@@ -95,7 +95,7 @@
 ### END INIT INFO
 EOF
 
-insertscript checkroot.sh <<EOF
+insertscript checkroot.sh <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          checkroot
 # Required-Start:    mountdevsubfs
@@ -107,7 +107,7 @@
 ### END INIT INFO
 EOF
 
-insertscript checkfs.sh <<EOF
+insertscript checkfs.sh <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          checkfs
 # Required-Start:    checkroot
@@ -119,7 +119,7 @@
 ### END INIT INFO
 EOF
 
-insertscript mountall.sh <<EOF
+insertscript mountall.sh <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          mountall
 # Required-Start:    checkfs
@@ -131,7 +131,7 @@
 ### END INIT INFO
 EOF
 
-insertscript mountnfs.sh <<EOF
+insertscript mountnfs.sh <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          mountnfs
 # Required-Start:    $local_fs
@@ -142,7 +142,7 @@
 ### END INIT INFO
 EOF
 
-insertscript beforenfs <<EOF
+insertscript beforenfs <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          beforenfs
 # Required-Start:    $local_fs
@@ -153,7 +153,7 @@
 ### END INIT INFO
 EOF
 
-insertscript daemon <<EOF
+insertscript daemon <<'EOF'
 #### BEGIN INIT INFO
 # Provides:          daemon
 # Required-Start:    $remote_fs
@@ -163,7 +163,7 @@
 ### END INIT INFO
 EOF
 
-insertscript reboot <<EOF
+insertscript reboot <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          reboot
 # Required-Start:
@@ -173,7 +173,7 @@
 ### END INIT INFO
 EOF
 
-insertscript halt <<EOF
+insertscript halt <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          halt
 # Required-Start:
@@ -183,7 +183,7 @@
 ### END INIT INFO
 EOF
 
-insertscript umountroot <<EOF
+insertscript umountroot <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          umountroot
 # Required-Start:
@@ -194,7 +194,7 @@
 ### END INIT INFO
 EOF
 
-insertscript umountfs <<EOF
+insertscript umountfs <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          umountfs
 # Required-Start:
@@ -204,7 +204,7 @@
 ### END INIT INFO
 EOF
 
-insertscript umountnfs <<EOF
+insertscript umountnfs <<'EOF'
 ### BEGIN INIT INFO
 # Provides:          umountnfs
 # Required-Start:
@@ -214,7 +214,7 @@
 ### END INIT INFO
 EOF
 
-insertscript nolsbheader <<EOF
+insertscript nolsbheader <<'EOF'
 EOF
 
 (cd $tmpdir && ls *)




More information about the Initscripts-ng-commits mailing list