]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Changed upstart jobs.
authorStefan Schantl <Stevee@ipfire.org>
Mon, 27 Jul 2009 11:38:16 +0000 (13:38 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Mon, 27 Jul 2009 11:38:16 +0000 (13:38 +0200)
src/upstart/load-modules.conf
src/upstart/mount-kernel-filesystems.conf
src/upstart/mountfs.conf
src/upstart/swap.conf
src/upstart/sysctl.conf
src/upstart/udev.conf
src/upstart/udevtrigger.conf
src/upstart/welcome.conf

index afbfd95a5c208b29846ebe464a1078f95a2ae86c..893107392d885e439d3c8250dab92f18a6093709 100644 (file)
@@ -1,6 +1,3 @@
-description    "Load modules from /etc/modules"
-author         "Scott James Remnant"
-
 start on started sysctl
 
 console output
index 08e801ed0399fabeab09ce3bd12fce0c9cff0f06..ea18a4f74de4d536024e8cec7592e9a3f04ff534 100644 (file)
@@ -1,6 +1,3 @@
-description    "Mount kernel virtual filesystems"
-author         "Alex Smith"
-
 start on stopped welcome
 
 console output
index a2bfa6713190eab3be9b8aee37129c8ed6f4c7ff..176f8f748a8637c42a43e662fee32ddf94c83d88 100644 (file)
@@ -1,6 +1,3 @@
-description    "Set sysctls from /etc/sysctl.conf"
-author         "Scott James Remnant"
-
 start on started checkfs
 
 console output
index 01fc5e53f99d452887a768926493c61886b435f7..f05028df3d05c56832623f8ffa2a96d69d0c00b1 100644 (file)
@@ -1,6 +1,3 @@
-description    "Set sysctls from /etc/sysctl.conf"
-author         "Scott James Remnant"
-
 start on started udevtrigger
 
 console output
index 71ea6e55d17867f7eee97e75959d444ffda150c2..61940fa182ca465cd0356d245cd4c97ea4fadbdf 100644 (file)
@@ -1,6 +1,3 @@
-description    "Set sysctls from /etc/sysctl.conf"
-author         "Scott James Remnant"
-
 start on stopped mount-kernel-filesystems
 
 console output
index 5ce7c2ddaacdb8b1ea39da4a3075ba891c2799b6..c099ea9b52020e3b221fa10b9093d0c7620779b8 100644 (file)
@@ -1,7 +1,4 @@
-description    "Kernel event manager"
-author         "Scott James Remnant"
-
-start on started sysctl
+start on started mount-kernel-filesystems
 
 emits block-device-added block-device-removed
 emits network-device-added network-device-removed
@@ -9,12 +6,10 @@ emits network-device-added network-device-removed
 console output
 
 pre-start script
-
-       #mount -n -t tmpfs tmpfs /dev -o mode=755
+       mount -n -t tmpfs tmpfs /dev -o mode=755
        echo > /proc/sys/kernel/hotplug
        cp -a /lib/udev/devices/* /dev
-
-script
+end script
 
 exec /sbin/udevd
 respawn
index ff71c3d620c7a6fbcd08c8948a15eaaa8328be2e..339496b586f0b0b432fbb89c843bfefc6f74ab02 100644 (file)
@@ -1,6 +1,3 @@
-description    "Set sysctls from /etc/sysctl.conf"
-author         "Scott James Remnant"
-
 start on started udev
 
 console output
index 8235a58aebe4839360eb803e8dbc443620efc423..538aa0b8efd87fa55cf18461bc32d8527340be00 100644 (file)
@@ -1,6 +1,3 @@
-description    "Set sysctls from /etc/sysctl.conf"
-author         "Scott James Remnant"
-
 start on startup
 
 console output