db84442a67
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
13 lines
380 B
Text
13 lines
380 B
Text
@comment $NetBSD: PLIST,v 1.6 2002/06/26 10:30:08 seb Exp $
|
|
etc/rc.d/squid
|
|
@unexec ${RMDIR} %D/etc/squid 2>/dev/null || ${TRUE}
|
|
libexec/cachemgr.cgi
|
|
share/examples/squid/mime.conf
|
|
share/examples/squid/squid.conf
|
|
sbin/RunAccel
|
|
sbin/RunCache
|
|
sbin/client
|
|
sbin/squid
|
|
@dirrm share/examples/squid
|
|
@exec ${MKDIR} ${SQUID_SYSCONFDIR}
|
|
@unexec rmdir ${SQUID_SYSCONFDIR} 2>/dev/null || true
|