ports/82840: Typo in sysutils/rc_subr-1.31

S.C.Sprong scsprong at gmail.com
Thu Jun 30 19:40:23 UTC 2005


>Number:         82840
>Category:       ports
>Synopsis:       Typo in sysutils/rc_subr-1.31
>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:   Thu Jun 30 19:40:12 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     S.C.Sprong
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Usergroup Drienerlo	
>Environment:
System: FreeBSD volte.student.utwente.nl 5.4-STABLE FreeBSD 5.4-STABLE #2: Wed Jun 29 18:22:27 CEST 2005 scsprong at volte.student.utwente.nl:/usr/obj/mnt/export/software/unix/FreeBSD/RELENG_5/src/sys/PULSE17 i386


>Description:
    Simple typo, fix attached

>How-To-Repeat:

>Fix:

--- rc.subr.orig	Fri May  6 20:05:01 2005
+++ rc.subr	Thu Jun 30 21:32:31 2005
@@ -203,7 +203,7 @@
 	fi
 	read _pid _junk < $_pidfile
 	if [ -z "$_pid" ]; then
-		debug "pid file {$_pidfile): no pid in file."
+		debug "pid file ($_pidfile): no pid in file."
 		return
 	fi
 	_find_processes $_procname ${_interpreter:-.} '-p '"$_pid"


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



More information about the freebsd-ports-bugs mailing list