FreeBSD Bugzilla – Attachment 251878 Details for
Bug 280135
security/clamav*: fix filename of the rc script to comply to the rc scripting recommendations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rename clamav rc scripts
clamav_rc.diff (text/plain), 2.69 KB, created by
Alexander Leidinger
on 2024-07-05 08:19:51 UTC
(
hide
)
Description:
rename clamav rc scripts
Filename:
MIME Type:
Creator:
Alexander Leidinger
Created:
2024-07-05 08:19:51 UTC
Size:
2.69 KB
patch
obsolete
>diff --git UPDATING UPDATING >index 6f7d93fd151..d357ddfd24b 100644 >--- UPDATING >+++ UPDATING >@@ -5,6 +5,23 @@ they are unavoidable. > You should get into the habit of checking this file for changes each time > you update your ports collection, before attempting any port upgrades. > >+202407xx: >+ AFFECTS: security/clamav, security/clamav-lts >+ AUTHOR: netchildFreeBSD.org >+ >+ The start scripts of clamav have been renamed to clamav_clamd and >+ clamav_freshclam for improved compatibility with other parts of the >+ system. The automatic start at boot (rc.conf variable settings) is >+ not affected, but if you have some other automatism you may want to >+ change >+ ".../etc/rc.d/clamav-clamd" to ".../etc/rc.d/clamav_clamd" >+ ".../etc/rc.d/clamav-freshclam" to ".../etc/rc.d/clamav_freshclam" >+ ".../etc/rc.d/clamav-milter" to ".../etc/rc.d/clamav_milter" >+ or >+ "service clamav-clamd ..." to "service clamav_clamd ..." >+ "service clamav-freshclam" to "service clamav_freshclam ..." >+ "service clamav-milter ..." to "service clamav_milter ..." >+ > 20240704: > AFFECTS: net/xrdp and x11-drivers/xorgxrdp > AUTHOR: meta@FreeBSD.org >diff --git security/clamav-lts/Makefile security/clamav-lts/Makefile >index e46575eecb8..3e88fdf38d3 100644 >--- security/clamav-lts/Makefile >+++ security/clamav-lts/Makefile >@@ -22,7 +22,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ > USES= cmake cpe gnome iconv ncurses pkgconfig ssl > USE_GNOME= libxml2 > USE_LDCONFIG= yes >-USE_RC_SUBR= clamav-clamd clamav-freshclam >+USE_RC_SUBR= clamav_clamd clamav_freshclam > > CMAKE_ARGS= -DDATABASE_DIRECTORY:STRING=${_DBDIR} \ > -DOPENSSL_CRYPTO_LIBRARY=${OPENSSLLIB}/libcrypto.so \ >@@ -77,7 +77,7 @@ LHA_RUN_DEPENDS= lha:archivers/lha > .if !exists(/usr/lib/libmilter.so) > MILTER_LIB_DEPENDS= libmilter.so:mail/libmilter > .endif >-MILTER_USE= RC_SUBR=clamav-milter >+MILTER_USE= RC_SUBR=clamav_milter > .if !exists(/usr/lib/libmilter.so) > MILTER_USE+= localbase > .endif >diff --git security/clamav/Makefile security/clamav/Makefile >index 17755391eba..6ed0fe7295e 100644 >--- security/clamav/Makefile >+++ security/clamav/Makefile >@@ -21,7 +21,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ > USES= cmake cpe gnome iconv ncurses pkgconfig ssl > USE_GNOME= libxml2 > USE_LDCONFIG= yes >-USE_RC_SUBR= clamav-clamd clamav-freshclam >+USE_RC_SUBR= clamav_clamd clamav_freshclam > > CMAKE_ARGS= -DDATABASE_DIRECTORY:STRING=${_DBDIR} \ > -DOPENSSL_CRYPTO_LIBRARY=${OPENSSLLIB}/libcrypto.so \ >@@ -76,7 +76,7 @@ LHA_RUN_DEPENDS= lha:archivers/lha > .if !exists(/usr/lib/libmilter.so) > MILTER_LIB_DEPENDS= libmilter.so:mail/libmilter > .endif >-MILTER_USE= RC_SUBR=clamav-milter >+MILTER_USE= RC_SUBR=clamav_milter > .if !exists(/usr/lib/libmilter.so) > MILTER_USE+= localbase > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280135
: 251878