Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2005 21:39:33 +0200 (CEST)
From:      "S.C.Sprong" <scsprong@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82840: Typo in sysutils/rc_subr-1.31	
Message-ID:  <20050630193933.1E92378C36@volte.student.utwente.nl>
Resent-Message-ID: <200506301940.j5UJeDBZ022447@freefall.freebsd.org>

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

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



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