diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
tree | fb8d61358190cc429db453d54fb9920ccfde716f /net/samba3/files/patch-script_installbin.sh | |
parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) |
Diffstat (limited to 'net/samba3/files/patch-script_installbin.sh')
-rw-r--r-- | net/samba3/files/patch-script_installbin.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/samba3/files/patch-script_installbin.sh b/net/samba3/files/patch-script_installbin.sh deleted file mode 100644 index 66a0577eeb16..000000000000 --- a/net/samba3/files/patch-script_installbin.sh +++ /dev/null @@ -1,12 +0,0 @@ ---- script/installbin.sh.orig Tue Mar 9 15:33:32 2004 -+++ script/installbin.sh Tue Mar 9 15:35:43 2004 -@@ -17,8 +17,7 @@ - p2=`basename $p` - echo Installing $p as $BINDIR/$p2 - if [ -f $BINDIR/$p2 ]; then -- rm -f $BINDIR/$p2.old -- mv $BINDIR/$p2 $BINDIR/$p2.old -+ rm -f $BINDIR/$p2 $BINDIR/$p2.old - fi - cp $p $BINDIR/ - chmod $INSTALLPERMS $BINDIR/$p2 |