diff options
author | ale <ale@FreeBSD.org> | 2008-08-28 05:15:18 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-08-28 05:15:18 +0800 |
commit | 9837785af0fe306c439948ef981a949a601cf79d (patch) | |
tree | c41931320eb46d99a23b8f2ecab8f0b50aa4ba7d /security/openct/files | |
parent | 3dc1e3ceddc869501c9e80b55dc4261b08b2cf16 (diff) | |
download | freebsd-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.in | 1 |
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 } |