Rename rc scripts to follow our usual naming.
ok sthen@
This commit is contained in:
parent
e1d81e418e
commit
484787c33c
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.64 2010/12/27 14:50:23 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.65 2011/01/05 06:06:48 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= virus scanner
|
COMMENT= virus scanner
|
||||||
DISTNAME= clamav-0.96.5
|
DISTNAME= clamav-0.96.5
|
||||||
|
|
||||||
REVISION= 2
|
REVISION= 3
|
||||||
|
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
SHARED_LIBS= clamav 17.0 \
|
SHARED_LIBS= clamav 17.0 \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.16 2010/11/04 11:18:12 sthen Exp $
|
@comment $OpenBSD: PLIST,v 1.17 2011/01/05 06:06:49 ajacoutot Exp $
|
||||||
@newgroup _clamav:539
|
@newgroup _clamav:539
|
||||||
@newuser _clamav:539:539:daemon:Clam AntiVirus:/nonexistent:/sbin/nologin
|
@newuser _clamav:539:539:daemon:Clam AntiVirus:/nonexistent:/sbin/nologin
|
||||||
bin/clamav-config
|
bin/clamav-config
|
||||||
@ -59,5 +59,5 @@ share/examples/clamav/clamd.conf
|
|||||||
share/examples/clamav/ex1.c
|
share/examples/clamav/ex1.c
|
||||||
share/examples/clamav/freshclam.conf
|
share/examples/clamav/freshclam.conf
|
||||||
@sample ${SYSCONFDIR}/freshclam.conf
|
@sample ${SYSCONFDIR}/freshclam.conf
|
||||||
@rcscript ${RCDIR}/clamav_daemon
|
@rcscript ${RCDIR}/clamd
|
||||||
@rcscript ${RCDIR}/clamav_freshclam
|
@rcscript ${RCDIR}/freshclam
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $OpenBSD: clamav_daemon.rc,v 1.4 2010/12/27 14:50:23 ajacoutot Exp $
|
# $OpenBSD: clamd.rc,v 1.1 2011/01/05 06:06:49 ajacoutot Exp $
|
||||||
|
|
||||||
daemon="${TRUEPREFIX}/sbin/clamd"
|
daemon="${TRUEPREFIX}/sbin/clamd"
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $OpenBSD: clamav_freshclam.rc,v 1.4 2010/12/27 14:50:23 ajacoutot Exp $
|
# $OpenBSD: freshclam.rc,v 1.1 2011/01/05 06:06:49 ajacoutot Exp $
|
||||||
|
|
||||||
daemon="${TRUEPREFIX}/bin/freshclam"
|
daemon="${TRUEPREFIX}/bin/freshclam"
|
||||||
daemon_flags="-d"
|
daemon_flags="-d"
|
Loading…
Reference in New Issue
Block a user