mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix typo
PR: ports/82840 Submitted by: S.C.Sprong <scsprong@gmail.com>
This commit is contained in:
parent
a13c1b8ed1
commit
d568d0a824
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139473
2 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= rc_subr
|
||||
PORTVERSION= 1.31
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= eik
|
||||
|
|
11
sysutils/rc_subr/files/patch-rc.subr
Normal file
11
sysutils/rc_subr/files/patch-rc.subr
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- rc.subr.orig Tue Aug 10 14:26:29 2004
|
||||
+++ rc.subr Mon Jul 18 09:42:30 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"
|
Loading…
Add table
Reference in a new issue