diff options
author | Roy Marples <roy@marples.name> | 2008-01-11 15:31:10 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-11 15:31:10 +0000 |
commit | fec312d4482e17328394f3e87b4ad28b1f062b7f (patch) | |
tree | 7ebb4ad0f5f65fb49fccea32ed416fa2daf31e77 /init.d.FreeBSD | |
parent | 5de53f176c8c650017052722bd61368d08023f82 (diff) |
Update copyrights, my email and license.
Diffstat (limited to 'init.d.FreeBSD')
-rw-r--r-- | init.d.FreeBSD/clock | 4 | ||||
-rw-r--r-- | init.d.FreeBSD/devd | 4 | ||||
-rw-r--r-- | init.d.FreeBSD/dumpon | 4 | ||||
-rw-r--r-- | init.d.FreeBSD/ipfw | 4 | ||||
-rw-r--r-- | init.d.FreeBSD/nscd | 4 | ||||
-rw-r--r-- | init.d.FreeBSD/syscons | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/init.d.FreeBSD/clock b/init.d.FreeBSD/clock index 1000f846..57829f2f 100644 --- a/init.d.FreeBSD/clock +++ b/init.d.FreeBSD/clock @@ -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. extra_commands="save" diff --git a/init.d.FreeBSD/devd b/init.d.FreeBSD/devd index e389a373..ff500bfa 100644 --- a/init.d.FreeBSD/devd +++ b/init.d.FreeBSD/devd @@ -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. command=/sbin/devd command_args=${devd_args} diff --git a/init.d.FreeBSD/dumpon b/init.d.FreeBSD/dumpon index 9fbd900c..9d40f915 100644 --- a/init.d.FreeBSD/dumpon +++ b/init.d.FreeBSD/dumpon @@ -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="Configures a specific kernel dump device." diff --git a/init.d.FreeBSD/ipfw b/init.d.FreeBSD/ipfw index 132912ff..c1c0cb35 100644 --- a/init.d.FreeBSD/ipfw +++ b/init.d.FreeBSD/ipfw @@ -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. # This is based on /etc/rc.firewall and /etc/rc.firewall6 from FreeBSD diff --git a/init.d.FreeBSD/nscd b/init.d.FreeBSD/nscd index 7ffab113..e75f5dc9 100644 --- a/init.d.FreeBSD/nscd +++ b/init.d.FreeBSD/nscd @@ -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. command=/usr/sbin/nscd command_args="${nscd_args}" diff --git a/init.d.FreeBSD/syscons b/init.d.FreeBSD/syscons index 443db596..93d3c7c6 100644 --- a/init.d.FreeBSD/syscons +++ b/init.d.FreeBSD/syscons @@ -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() { need localmount |