diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:38:59 +0000 |
commit | beced671bdcb6ffe50e652d814ac803ba36386d8 (patch) | |
tree | 88eb9dbb4fc80b7d159c64e16db129bdd9b80aed /misc/amanda25-server/files/patch-chg-zd-mtx.sh.in | |
parent | Add the current SUSv4/Open Group Base Specifications Issue 7. (diff) |
Remove non staged ports without pending PR from m*
Notes
Notes:
svn path=/head/; revision=366962
Diffstat (limited to 'misc/amanda25-server/files/patch-chg-zd-mtx.sh.in')
-rw-r--r-- | misc/amanda25-server/files/patch-chg-zd-mtx.sh.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/amanda25-server/files/patch-chg-zd-mtx.sh.in b/misc/amanda25-server/files/patch-chg-zd-mtx.sh.in deleted file mode 100644 index 555c4dffe362..000000000000 --- a/misc/amanda25-server/files/patch-chg-zd-mtx.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- changer-src/chg-zd-mtx.sh.in.orig Wed Feb 9 21:58:30 2005 -+++ changer-src/chg-zd-mtx.sh.in Wed Feb 9 21:58:49 2005 -@@ -413,7 +413,7 @@ - - IsNumeric() { - test -z "$1" && return 1 -- x="`expr "$1" : '\([-0-9][0-9]*\)' 2>/dev/null`" -+ x="`expr -- "$1" : "\([-0-9][0-9]*\)" 2>/dev/null`" - return `expr X"$1" != X"$x"` - } - |