mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Do not wipe existing certs on installation from port
PR: ports/76522 Submitted by: Tsurutani Naoki Approved by: maintainer
This commit is contained in:
parent
8d08f9d447
commit
88ea3562e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127538
@ -37,7 +37,7 @@ post-patch:
|
||||
pre-install:
|
||||
@${ECHO_MSG} "===>" Stopping cupsd ...
|
||||
-killall cupsd || ${TRUE}
|
||||
${RM} -fr ${PREFIX}/etc/cups/certs/* || ${TRUE}
|
||||
${RMDIR} ${PREFIX}/etc/cups/certs/* || ${TRUE}
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${CUPS_ETCDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user