]> arthur.barton.de Git - usertools.macosx.git/blobdiff - useradd.macosx.sh
useradd.macosx.sh: Update copyright and usage information
[usertools.macosx.git] / useradd.macosx.sh
index 252ff941b619913926e38b12a20028966b623692..1081c796905a41261e063460dac3afd101f8b33f 100755 (executable)
@@ -1,16 +1,14 @@
 #!/bin/bash
 #
 # useradd.macosx
-# Copyright (c)2008 Barton IT-Consulting, Alexander Barton
+# Copyright (c)2008,2009 Barton IT-Consulting, Alexander Barton
 #
-# 2008-07-28, alex@barton-it.de - R2
-#  - start directory services when not running (e. g. single user mode)
-# 2008-07-28, alex@barton-it.de - R1
-#  - initial version.
+# This is free software; see the source for copying conditions. There is NO
+# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 
 NAME=`basename $0`
-RELEASE="2"
+RELEASE="3"
 
 Abort() {
        [ $# -lt 1 ] \
@@ -20,7 +18,7 @@ Abort() {
 }
 Usage() {
        echo "$NAME (useradd.macosx.sh) release $RELEASE"
-       echo "Copyright (c)2008 Barton IT-Consulting, Alexander Barton (alex@barton-it.de)"
+       echo "Copyright (c)2008,2009 Barton IT-Consulting, Alex Barton (alex@barton-it.de)"
        echo
        echo "This is free software; see the source for copying conditions. There is NO"
        echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."