summaryrefslogtreecommitdiff
path: root/net-mgmt/cdpd/files/cdpd.patch
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-16 12:59:32 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-16 12:59:32 +0000
commitefb0cba3b2fc8879581e03c95cccbfd30f06368f (patch)
treecba3b83c2914f8856bf1b9044da8f0715213dc7f /net-mgmt/cdpd/files/cdpd.patch
parentChange the .info files so that it is possible to do info i386-rtems-ld and (diff)
- Add minor patch to remove double CR from start/stop script
- Pet portlint PR: 54837 Submitted by: Andrew <andrew@ugh.net.au> Approved by: maintainer timeout > 4 months
Notes
Notes: svn path=/head/; revision=94089
Diffstat (limited to '')
-rw-r--r--net-mgmt/cdpd/files/cdpd.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/cdpd/files/cdpd.patch b/net-mgmt/cdpd/files/cdpd.patch
new file mode 100644
index 000000000000..497ff9f311fc
--- /dev/null
+++ b/net-mgmt/cdpd/files/cdpd.patch
@@ -0,0 +1,11 @@
+--- 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