fix @extraunexec

This commit is contained in:
sturm 2004-02-17 20:50:35 +00:00
parent 9fb998730d
commit dd6c115ad6
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2004/02/16 20:09:04 sturm Exp $
@comment $OpenBSD: PLIST,v 1.9 2004/02/17 20:50:35 sturm Exp $
@pkgcfl symon-*
libexec/symon
libexec/symux
@ -16,4 +16,4 @@ share/symon/client/SymuxClient.0
@dirrm share/symon
@cwd ${SYSCONFDIR}
@extra symon.conf
@extraunexec rm -f symux.conf
@extraunexec rm -f ${SYSCONFDIR}/symux.conf

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-mux,v 1.5 2004/02/16 20:09:04 sturm Exp $
@comment $OpenBSD: PLIST-mux,v 1.6 2004/02/17 20:50:35 sturm Exp $
@pkgcfl symon-[0-9]*
libexec/symux
man/cat8/symux.0
@ -10,5 +10,4 @@ share/symon/client/SymuxClient.0
@dirrm share/examples/symon
@dirrm share/symon/client
@dirrm share/symon
@cwd ${SYSCONFDIR}
@extraunexec rm -f symux.conf
@extraunexec rm -f ${SYSCONFDIR}/symux.conf