]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
our vim-syntax-upstart recognizes the filetype itself
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Aug 2011 09:56:00 +0000 (09:56 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 14 Aug 2011 09:56:00 +0000 (09:56 +0000)
svn-id: @12307

init/random.conf
init/rc.conf
init/rcS-sulogin.conf
init/rcS.conf

index cf796321caefaa69f58b67dd7c6cd5e4f61b0c60..8575a49dca25027a2ce42147914ec2302635a8f8 100644 (file)
@@ -1,4 +1,4 @@
-description "Save random entropy on shutdown and restore it at boot time" 
+description "Save random entropy on shutdown and restore it at boot time"
 
 start on pld.sysinit-done
 stop on pld.shutdown-started
@@ -24,4 +24,3 @@ post-stop script
        chmod 600 $SEED_FILE
        dd if=/dev/urandom of=$SEED_FILE count=1 bs=$bytes 2>/dev/null
 end script
-
index f48b8df14b96f9af9e72d2bd2a1a5510dafa9f9e..21c73387cc56e2e9f59ea70ca56bb285e8fa36db 100644 (file)
@@ -22,5 +22,3 @@ task
 export RUNLEVEL
 console output
 exec /etc/rc.d/rc $RUNLEVEL
-
-# vi: ft=upstart
index 1dae306eb6ec743bef32a5f234d1e7ca214e2db0..0bde00ebe87ffd0b620b27901aa1fe3829a78e4a 100644 (file)
@@ -12,6 +12,7 @@ console owner
 script
        exec /bin/sh
 end script
+
 post-stop script
        if [ "$RUNLEVEL" = "S" ]; then
                runlevel=$(/bin/awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' /etc/inittab)
@@ -19,5 +20,3 @@ post-stop script
                exec telinit $runlevel
        fi
 end script
-
-# vi: ft=upstart
index 3d86e4da467fa0d651f8b2dc8c422948511c9582..570a288fb113399d110dd9c02a5d1738ed07523f 100644 (file)
@@ -16,6 +16,7 @@ task
 # without information so that it defaults to previous=N runlevel=S.
 console output
 exec /etc/rc.d/rc.sysinit
+
 post-stop script
        if [ "$UPSTART_EVENTS" = "startup" ]; then
                runlevel=$(/bin/awk -F ':' '$3 == "initdefault" && $1 !~ "^#" { print $2 }' /etc/inittab)
@@ -29,5 +30,3 @@ post-stop script
                exec telinit $runlevel
        fi
 end script
-
-# vi: ft=upstart
This page took 0.064749 seconds and 4 git commands to generate.