diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/cdpd/files/cdpd.patch | |
parent | BROKEN on !i386: Does not compile (diff) |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Diffstat (limited to 'net/cdpd/files/cdpd.patch')
-rw-r--r-- | net/cdpd/files/cdpd.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/cdpd/files/cdpd.patch b/net/cdpd/files/cdpd.patch deleted file mode 100644 index 497ff9f311fc..000000000000 --- a/net/cdpd/files/cdpd.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- cdpd.sh.in.orig Fri Jul 25 07:28:15 2003 -+++ cdpd.sh.in Fri Jul 25 07:28:23 2003 -@@ -3,7 +3,7 @@ - case $1 in - start) - [ -x @prefix@@libexecdir@/cdpd ] && @prefix@@libexecdir@/cdpd -a; -- echo ' cdpd'; -+ echo -n ' cdpd'; - ;; - stop) - killall cdpd |