aboutsummaryrefslogtreecommitdiffstats
path: root/security/openct/files
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 /security/openct/files
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.
Diffstat (limited to 'security/openct/files')
-rw-r--r--security/openct/files/openct.in1
1 files changed, 0 insertions, 1 deletions
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
}