diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-08-27 21:15:18 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-08-27 21:15:18 +0000 |
commit | 88f8db4101ca613ee33ab81f2945b2e4eaf23ec6 (patch) | |
tree | c81d938b3629fc4d8a7000982fb561d9799089fd /security | |
parent | 2834c52a8cd6704792c8fef3af9b885e8c59abf6 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openct/Makefile | 2 | ||||
-rw-r--r-- | security/openct/files/openct.in | 1 |
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 } |