]> hackdaworld.org Git - scripts/scripts.git/commitdiff
added .bashrc + fixed compaq hostname
authorhackbard <hackbard>
Thu, 11 Sep 2003 14:49:07 +0000 (14:49 +0000)
committerhackbard <hackbard>
Thu, 11 Sep 2003 14:49:07 +0000 (14:49 +0000)
backup.sh

index cbed041a8047980d3f68db156047e3c3bc0004fa..1a1ebc86d6941c0abb20acfccc01f33701606e61 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -154,7 +154,7 @@ if [ "$host" = "right-hand" ] ; then
 fi
 
 # hackstation / mobile / hdw / sparc specific data
 fi
 
 # hackstation / mobile / hdw / sparc specific data
-if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" -o "$host" = "sparc" -o "$host" = "left-hand" ] ; then
+if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" -o "$host" = "sparc" -o "$host" = "compaq" ] ; then
 
        # home of hackbard
        mkdir -p ./home/hackbard
 
        # home of hackbard
        mkdir -p ./home/hackbard
@@ -168,7 +168,7 @@ if [ "$host" = "hackstation" -o "$host" = "mobile" -o "$host" = "hdw" -o "$host"
                        cp -r /home/hackbard/projects ./home/hackbard
        fi
        for i in xinitrc_evil xinitrc_wm .xinitrc GNUstep .Xauthority \
                        cp -r /home/hackbard/projects ./home/hackbard
        fi
        for i in xinitrc_evil xinitrc_wm .xinitrc GNUstep .Xauthority \
-                       .Xdefaults .signature .directfbrc; do
+                       .Xdefaults .signature .directfbrc .bashrc; do
                [ -f /home/hackbard/$i ] && \
                        cp -r /home/hackbard/$i ./home/hackbard
        done
                [ -f /home/hackbard/$i ] && \
                        cp -r /home/hackbard/$i ./home/hackbard
        done