X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=sync-accounts%2Fgrab-account;h=80032152793b7bf42f3b907bd890ee66507a9ae5;hp=2eef468eb1172b667b3fe17b2dbf6ec61be6eb3f;hb=414ea17c0481b726e985f6a5892b8e2f1f4959bf;hpb=317a28f645a578125c9a3782ac99964a025d0e23 diff --git a/sync-accounts/grab-account b/sync-accounts/grab-account index 2eef468..8003215 100755 --- a/sync-accounts/grab-account +++ b/sync-accounts/grab-account @@ -1,4 +1,25 @@ #!/bin/sh +# This is part of sync-accounts, a tool for synchronising UN*X password data. +# +# sync-accounts is +# Copyright 1999-2000,2002 Ian Jackson +# Copyright 2000-2001 nCipher Corporation Ltd +# +# sync-accounts is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 3, or (at +# your option) any later version. +# +# sync-accounts is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should already have a copy of the GNU General Public License. +# If not, consult the Free Software Foundation's website at +# www.fsf.org, or the GNU Project website at www.gnu.org. +# +# $Id: grab-account,v 1.5 2007-09-21 21:21:15 ianmdlvl Exp $ set -e @@ -7,7 +28,7 @@ then echo >&2 \ 'usage: grab-account [] creates an entry in /etc/sync-accounts, and runs sync-accounts -$Id: grab-account,v 1.1 1999-01-03 00:14:07 ian Exp $' +$Id: grab-account,v 1.5 2007-09-21 21:21:15 ianmdlvl Exp $' exit 1 fi @@ -40,4 +61,4 @@ else echo "entry already exists in $cf, leaving alone" fi -sync-accounts +sync-accounts $sh