diff options
author | shafeeq <shafeeq@FreeBSD.org> | 2001-04-24 04:47:09 +0800 |
---|---|---|
committer | shafeeq <shafeeq@FreeBSD.org> | 2001-04-24 04:47:09 +0800 |
commit | 9acbb89c58c68c95cbf9d3a62d343c65b7964143 (patch) | |
tree | f9d84bcdd5e14f9c241bac7570692eca984c4a9b /net | |
parent | b3ee5bef199f498d7cdb20da8206c280f4454d3c (diff) | |
download | freebsd-ports-gnome-9acbb89c58c68c95cbf9d3a62d343c65b7964143.tar.gz freebsd-ports-gnome-9acbb89c58c68c95cbf9d3a62d343c65b7964143.tar.zst freebsd-ports-gnome-9acbb89c58c68c95cbf9d3a62d343c65b7964143.zip |
removed already applied patch to rc.vice
Diffstat (limited to 'net')
-rw-r--r-- | net/coda5_server/files/patch-aa | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/coda5_server/files/patch-aa b/net/coda5_server/files/patch-aa deleted file mode 100644 index b0fff183f673..000000000000 --- a/net/coda5_server/files/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ - - ---- rc.vice.in Mon May 15 10:41:07 2000 -+++ coda-src/scripts/rc.vice.in Wed Jun 28 17:07:15 2000 -@@ -58,7 +58,7 @@ - } - - # See how we were called. --case "$1" in -+case "${1:-start}" in - start) - # start auth2 & update stuff: first the scm case - echon "Starting Coda Services: " -@@ -126,6 +126,7 @@ - - *) - echo "Usage: $0 {start|stop}" -+ echo " no parameters mean start" - exit 1 - - esac |