repo: resdb
action: commit
revision: 
path_from: 
revision_from: d895d7d758ee8a26dac6c9ccae4f55c5624f17d1:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit d895d7d758ee8a26dac6c9ccae4f55c5624f17d1
Author: Nick 
Date:   Fri Apr 23 14:23:09 2010 +0000

    changed scripts/add_as to refuse to clobber an existing AS

diff --git a/scripts/add_as b/scripts/add_as
index 8932700e383a1e4d0b2ce2f02649d42565da1cf6..
index ..42dcd10f931788836ee0e0ce365c1c3b7dd1ffa4 100755
--- a/scripts/add_as
+++ b/scripts/add_as
@@ -4,5 +4,5 @@ if [ x"$2" = x ]; then
  echo "Usage: $0  " >&2; exit 255
 fi

-mkdir -p db/as/$1 || exit 1
+mkdir db/as/$1 || exit 1
 echo $2 > db/as/$1/owner

-----END OF PAGE-----