diff options
author | andreas <andreas@FreeBSD.org> | 1998-06-03 06:30:50 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-06-03 06:30:50 +0000 |
commit | d60c3f5d56a51da021f01075bd9883531e20a9f1 (patch) | |
tree | a0792c705ea308c4499377e8bc72a8e8fd74b022 /net/zebra/pkg-plist | |
parent | 7fb65a79a8c5540847aa9c2157aa4c08e82b8776 (diff) | |
download | FreeBSD-ports-d60c3f5d56a51da021f01075bd9883531e20a9f1.zip FreeBSD-ports-d60c3f5d56a51da021f01075bd9883531e20a9f1.tar.gz |
try to remove the etc/zebra directory more gracefully,
avoiding error messages on the screen:
@unexec rmdir %D/etc/zebra 2>/dev/null
Submitted by: Satoshi
Diffstat (limited to 'net/zebra/pkg-plist')
-rw-r--r-- | net/zebra/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/zebra/pkg-plist b/net/zebra/pkg-plist index 4fa2075..53188a4 100644 --- a/net/zebra/pkg-plist +++ b/net/zebra/pkg-plist @@ -5,4 +5,4 @@ etc/zebra/bgpd.conf.sample etc/zebra/ripd.conf.sample etc/zebra/zebra.conf.sample info/zebra.info -@dirrm etc/zebra +@unexec rmdir %D/etc/zebra 2>/dev/null |