Page MenuHomeFreeBSD

D32541.diff
No OneTemporary

D32541.diff

diff --git a/net/quoted/Makefile b/net/quoted/Makefile
--- a/net/quoted/Makefile
+++ b/net/quoted/Makefile
@@ -2,16 +2,16 @@
PORTNAME= quoted
PORTVERSION= 1.01
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.mrp3.com/webutil/
MAINTAINER= bobf@mrp3.com
COMMENT= Easily configured QOTD daemon with over 130 good quality quotes
-GNU_CONFIGURE= yes
USES= gmake
+USE_RC_SUBR= ${PORTNAME}
-USE_RC_SUBR= ${PORTNAME}
+GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/net/quoted/files/quoted.in b/net/quoted/files/quoted.in
--- a/net/quoted/files/quoted.in
+++ b/net/quoted/files/quoted.in
@@ -29,7 +29,7 @@
if [ -e ${required_files} ] ; then
${command_plus_args}
sleep 1
- pid=`ps ax | awk '{if (match($5, ".*/quoted$") || $5 == "quoted") print $1}`
+ pid=`ps ax | awk '{if (match($5, ".*/quoted$") || $5 == "quoted") print $1}'`
if [ -z ${pid} ]; then
echo "${name} failed to start"
return 1
diff --git a/net/quoted/pkg-plist b/net/quoted/pkg-plist
--- a/net/quoted/pkg-plist
+++ b/net/quoted/pkg-plist
@@ -1,4 +1,4 @@
-@unexec rm -f /var/run/quoted.pid
+@rmtry /var/run/quoted.pid
bin/quoted
etc/quotes
man/man1/quoted.1.gz

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 11, 12:43 AM (8 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16586334
Default Alt Text
D32541.diff (1 KB)

Event Timeline