diff options
Diffstat (limited to 'init.d/checkfs')
-rwxr-xr-x | init.d/checkfs | 4 |
1 files changed, 2 insertions, 2 deletions
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." |