mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
836c42fe9b
Don't emit errors if directories under www/ cannot be removed
17 lines
431 B
Plaintext
17 lines
431 B
Plaintext
bin/htpasswd
|
|
bin/makeweb
|
|
bin/syslogtocern
|
|
etc/rc.d/thttpd.sh
|
|
etc/thttpd.conf.sample
|
|
sbin/thttpd
|
|
sbin/thttpd_wrapper
|
|
%%PORTDOCS%%share/doc/thttpd/notes.html
|
|
www/cgi-bin/phf
|
|
www/cgi-bin/redirect
|
|
www/cgi-bin/ssi
|
|
%%PORTDOCS%%@dirrm share/doc/thttpd
|
|
@unexec rmdir %D/www/cgi-bin 2> /dev/null || true
|
|
@unexec rmdir %D/www/data 2> /dev/null || true
|
|
@unexec rmdir %D/www/logs 2> /dev/null || true
|
|
@unexec rmdir %D/www 2> /dev/null || true
|