diff options
Diffstat (limited to 'net-mgmt/cdpd/files/cdpd.patch')
-rw-r--r-- | net-mgmt/cdpd/files/cdpd.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/cdpd/files/cdpd.patch b/net-mgmt/cdpd/files/cdpd.patch deleted file mode 100644 index 497ff9f311fc..000000000000 --- a/net-mgmt/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 |