1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

More graceful removal of dir var/db using unexec, ala Porters

Handbook suggestion

PR:		29427
Submitted by:	Pete Fritchman <petef@databits.net>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-08-05 04:24:27 +00:00
parent 27930d34f2
commit 0d4770a303
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45817
2 changed files with 4 additions and 2 deletions

View File

@ -27,5 +27,6 @@ share/doc/flowscan/flowscan.sample
@dirrm var/db/flows/graphs
@dirrm var/db/flows/bin
@dirrm var/db/flows
@dirrm var/db
@unexec rmdir %D/var/db 2>/dev/null || true
@unexec rmdir %D/var 2>/dev/null || true
@dirrm share/doc/flowscan

View File

@ -27,5 +27,6 @@ share/doc/flowscan/flowscan.sample
@dirrm var/db/flows/graphs
@dirrm var/db/flows/bin
@dirrm var/db/flows
@dirrm var/db
@unexec rmdir %D/var/db 2>/dev/null || true
@unexec rmdir %D/var 2>/dev/null || true
@dirrm share/doc/flowscan