ports/54837: minor update to net/cdpd

Andrew andrew at ugh.net.au
Fri Jul 25 07:50:15 UTC 2003


>Number:         54837
>Category:       ports
>Synopsis:       minor update to net/cdpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 25 00:50:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andrew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
UgH!
>Environment:
System: FreeBSD misery.syd.ntt.net.au 4.8-STABLE FreeBSD 4.8-STABLE #9: Mon May 12 11:05:30 EST 2003 andrews at misery.syd.ntt.net.au:/usr/obj/usr/src/sys/MISERY i386


	
>Description:

On boot cdpd prints an unneeded carriage return spoling the asthetics of the
boot messages.

>How-To-Repeat:

Install net/cdpd and reboot.

>Fix:

Note the files directory needs creating.

diff -ruN /usr/ports/net/cdpd/files/cdpd.patch cdpd/files/cdpd.patch
--- /usr/ports/net/cdpd/files/cdpd.patch	Thu Jan  1 00:00:00 1970
+++ cdpd/files/cdpd.patch	Fri Jul 25 07:30:13 2003
@@ -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

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list