diff options
Diffstat (limited to 'init.d')
-rwxr-xr-x | init.d/bootmisc | 4 | ||||
-rwxr-xr-x | init.d/checkfs | 4 | ||||
-rwxr-xr-x | init.d/checkroot | 4 | ||||
-rwxr-xr-x | init.d/halt.sh | 4 | ||||
-rwxr-xr-x | init.d/hostname | 4 | ||||
-rwxr-xr-x | init.d/local | 4 | ||||
-rwxr-xr-x | init.d/localmount | 4 | ||||
-rwxr-xr-x | init.d/netmount | 4 | ||||
-rw-r--r-- | init.d/swap | 4 | ||||
-rwxr-xr-x | init.d/urandom | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/init.d/bootmisc b/init.d/bootmisc index 43550dd0..fd56a764 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 5e34e518..31982c88 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 8e4bf645..05991408 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 c760af70..044659bc 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 448f0b00..1ee3e381 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 bf8692a5..dbb06b54 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 86533992..1983aa54 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 cc886c69..dd149a96 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 aefe7170..53cf45c6 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 f6585deb..d02c66d0 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}} |