2006-12-03 20:56:24 +00:00
|
|
|
sbin/hiawatha
|
|
|
|
sbin/cgi_wrapper
|
|
|
|
sbin/wigwam
|
2006-12-27 10:06:14 +00:00
|
|
|
sbin/fcgi-server
|
|
|
|
sbin/newroot
|
2006-12-03 20:56:24 +00:00
|
|
|
@unexec if cmp -s %D/etc/hiawatha/httpd.conf %D/etc/hiawatha/httpd.conf.sample; then rm -f %D/etc/hiawatha/httpd.conf; fi
|
|
|
|
@unexec if cmp -s %D/etc/hiawatha/mimetype.conf %D/etc/hiawatha/mimetype.conf.sample; then rm -f %D/etc/hiawatha/mimetype.conf; fi
|
|
|
|
@unexec if cmp -s %D/etc/hiawatha/throttle.conf %D/etc/hiawatha/throttle.conf.sample; then rm -f %D/etc/hiawatha/throttle.conf; fi
|
|
|
|
@unexec if cmp -s %D/etc/hiawatha/cgi_wrapper.conf %D/etc/hiawatha/cgi_wrapper.conf.sample; then rm -f %D/etc/hiawatha/cgi_wrapper.conf; fi
|
|
|
|
etc/hiawatha/httpd.conf.sample
|
|
|
|
etc/hiawatha/mimetype.conf.sample
|
|
|
|
etc/hiawatha/throttle.conf.sample
|
|
|
|
etc/hiawatha/cgi_wrapper.conf.sample
|
|
|
|
@dirrm etc/hiawatha
|
|
|
|
@unexec if cmp -s %D/www/hiawatha/index.html %D/www/hiawatha/index.html.sample; then rm -f %D/www/hiawatha/index.html; fi
|
|
|
|
www/hiawatha/index.html.sample
|
|
|
|
@dirrm www/hiawatha
|