Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2003 07:42:20 GMT
From:      Andrew <andrew@ugh.net.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        snar@paranoia.ru
Subject:   ports/54837: minor update to net/cdpd
Message-ID:  <200307250742.h6P7gKp5091913@misery.syd.ntt.net.au>
Resent-Message-ID: <200307250750.h6P7oDxk084414@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307250742.h6P7gKp5091913>