summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-11 15:31:10 +0000
committerRoy Marples <roy@marples.name>2008-01-11 15:31:10 +0000
commitfec312d4482e17328394f3e87b4ad28b1f062b7f (patch)
tree7ebb4ad0f5f65fb49fccea32ed416fa2daf31e77 /init.d
parent5de53f176c8c650017052722bd61368d08023f82 (diff)
downloadopenrc-fec312d4482e17328394f3e87b4ad28b1f062b7f.tar.gz
openrc-fec312d4482e17328394f3e87b4ad28b1f062b7f.tar.bz2
openrc-fec312d4482e17328394f3e87b4ad28b1f062b7f.tar.xz
Update copyrights, my email and license.
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/bootmisc4
-rwxr-xr-xinit.d/checkfs4
-rwxr-xr-xinit.d/checkroot4
-rwxr-xr-xinit.d/halt.sh4
-rwxr-xr-xinit.d/hostname4
-rwxr-xr-xinit.d/local4
-rwxr-xr-xinit.d/localmount4
-rwxr-xr-xinit.d/netmount4
-rw-r--r--init.d/swap4
-rwxr-xr-xinit.d/urandom4
10 files changed, 20 insertions, 20 deletions
diff --git a/init.d/bootmisc b/init.d/bootmisc
index 43550dd..fd56a76 100755
--- a/init.d/bootmisc
+++ b/init.d/bootmisc
@@ -1,6 +1,6 @@
#!/sbin/runscript
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
depend()
{
diff --git a/init.d/checkfs b/init.d/checkfs
index 5e34e51..31982c8 100755
--- a/init.d/checkfs
+++ b/init.d/checkfs
@@ -1,6 +1,6 @@
#!/sbin/runscript
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
description="Check filesystems according to /etc/fstab for errors and \
optionally repair them."
diff --git a/init.d/checkroot b/init.d/checkroot
index 8e4bf64..0599140 100755
--- a/init.d/checkroot
+++ b/init.d/checkroot
@@ -1,6 +1,6 @@
#!/sbin/runscript
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
description="Check the root filesystem according to /etc/fstab for errors \
and optionally repair them."
diff --git a/init.d/halt.sh b/init.d/halt.sh
index c760af7..044659b 100755
--- a/init.d/halt.sh
+++ b/init.d/halt.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
. /etc/init.d/functions.sh
. "${RC_LIBDIR}"/sh/rc-functions.sh
diff --git a/init.d/hostname b/init.d/hostname
index 448f0b0..1ee3e38 100755
--- a/init.d/hostname
+++ b/init.d/hostname
@@ -1,6 +1,6 @@
#!/sbin/runscript
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
description="Sets the hostname of the machine."
diff --git a/init.d/local b/init.d/local
index bf8692a..dbb06b5 100755
--- a/init.d/local
+++ b/init.d/local
@@ -1,6 +1,6 @@
#!/sbin/runscript
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
description="Executes user commands in /etc/conf.d/local"
diff --git a/init.d/localmount b/init.d/localmount
index 8653399..1983aa5 100755
--- a/init.d/localmount
+++ b/init.d/localmount
@@ -1,6 +1,6 @@
#!/sbin/runscript
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
description="Mounts disks and swap according to /etc/fstab."
diff --git a/init.d/netmount b/init.d/netmount
index cc886c6..dd149a9 100755
--- a/init.d/netmount
+++ b/init.d/netmount
@@ -1,6 +1,6 @@
#!/sbin/runscript
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
description="Mounts network shares according to /etc/fstab."
diff --git a/init.d/swap b/init.d/swap
index aefe717..53cf45c 100644
--- a/init.d/swap
+++ b/init.d/swap
@@ -1,6 +1,6 @@
#!/sbin/runscript
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
depend()
{
diff --git a/init.d/urandom b/init.d/urandom
index f6585de..d02c66d 100755
--- a/init.d/urandom
+++ b/init.d/urandom
@@ -1,6 +1,6 @@
#!/sbin/runscript
-# Copyright 2007-2008 Roy Marples
-# All rights reserved
+# Copyright 2007-2008 Roy Marples <roy@marples.name>
+# All rights reserved. Released under the 2-clause BSD license.
urandom_seed=${urandom_seed:-${URANDOM_SEED:-/var/run/random-seed}}