aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2008-08-28 05:15:18 +0800
committerale <ale@FreeBSD.org>2008-08-28 05:15:18 +0800
commit9837785af0fe306c439948ef981a949a601cf79d (patch)
treec41931320eb46d99a23b8f2ecab8f0b50aa4ba7d
parent3dc1e3ceddc869501c9e80b55dc4261b08b2cf16 (diff)
downloadfreebsd-ports-gnome-9837785af0fe306c439948ef981a949a601cf79d.tar.gz
freebsd-ports-gnome-9837785af0fe306c439948ef981a949a601cf79d.tar.zst
freebsd-ports-gnome-9837785af0fe306c439948ef981a949a601cf79d.zip
The status file is now automatically removed on shutdown.
-rw-r--r--security/openct/Makefile2
-rw-r--r--security/openct/files/openct.in1
2 files changed, 1 insertions, 2 deletions
diff --git a/security/openct/Makefile b/security/openct/Makefile
index 241928dd985f..429fe6a897d8 100644
--- a/security/openct/Makefile
+++ b/security/openct/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openct
PORTVERSION= 0.6.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ \
http://www.opensc-project.org/files/${PORTNAME}/testing/
diff --git a/security/openct/files/openct.in b/security/openct/files/openct.in
index 2d2969384338..3912b34eac75 100644
--- a/security/openct/files/openct.in
+++ b/security/openct/files/openct.in
@@ -41,7 +41,6 @@ openct_stop()
{
if [ -f "${openct_rundir}/status" ]; then
${command} shutdown > /dev/null
- /bin/rm ${openct_rundir}/status
fi
}