1
0
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:
Volker Stolz 2005-01-28 10:43:43 +00:00
parent 8d08f9d447
commit 88ea3562e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127538

View File

@ -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}