mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
This commit is contained in:
parent
ae5a6dfaa3
commit
efb0cba3b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94089
4 changed files with 24 additions and 2 deletions
11
net-mgmt/cdpd/files/cdpd.patch
Normal file
11
net-mgmt/cdpd/files/cdpd.patch
Normal file
|
@ -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
|
11
net/cdpd/files/cdpd.patch
Normal file
11
net/cdpd/files/cdpd.patch
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue