diff options
author | krion <krion@FreeBSD.org> | 2003-11-16 20:59:32 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-16 20:59:32 +0800 |
commit | 2bc13a7ef9d24747a60af78dc49eb44071d15d8d (patch) | |
tree | 8d819e695b92dc9d3fbe0cd7f4ae361cc03d01b8 /net-mgmt/cdpd/files | |
parent | 0cdb655fb62f34a980ec310a31538c2439cca790 (diff) | |
download | freebsd-ports-gnome-2bc13a7ef9d24747a60af78dc49eb44071d15d8d.tar.gz freebsd-ports-gnome-2bc13a7ef9d24747a60af78dc49eb44071d15d8d.tar.zst freebsd-ports-gnome-2bc13a7ef9d24747a60af78dc49eb44071d15d8d.zip |
- 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
Diffstat (limited to 'net-mgmt/cdpd/files')
-rw-r--r-- | net-mgmt/cdpd/files/cdpd.patch | 11 |
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 |