diff options
author | erwin <erwin@FreeBSD.org> | 2003-06-08 17:56:51 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-06-08 17:56:51 +0800 |
commit | e415b50b28bc4528c506d8f4ab57969f66837773 (patch) | |
tree | 6db54638bbdfa9523753fb04c8f8faef84816470 /www/apache13-fp/pkg-deinstall | |
parent | 680ba12b8c383b0e2c81e60f0891c36f865d7f0e (diff) | |
download | freebsd-ports-gnome-e415b50b28bc4528c506d8f4ab57969f66837773.tar.gz freebsd-ports-gnome-e415b50b28bc4528c506d8f4ab57969f66837773.tar.zst freebsd-ports-gnome-e415b50b28bc4528c506d8f4ab57969f66837773.zip |
The attached patch changes fplogo.gif to createdwFP.gif, and adds a usage
guideline for the Frontpage Logo.
Updated apache.sh.tmpl to have the default apache_* variables in the script,
instead of in an external file.
PR: 52541
Submitted by: maintainer
Approved by: edwin (mentor)
Diffstat (limited to 'www/apache13-fp/pkg-deinstall')
-rw-r--r-- | www/apache13-fp/pkg-deinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-fp/pkg-deinstall b/www/apache13-fp/pkg-deinstall index bfe402316e80..482efb36a055 100644 --- a/www/apache13-fp/pkg-deinstall +++ b/www/apache13-fp/pkg-deinstall @@ -65,7 +65,7 @@ remove_apache_doc_root () if [ -d ${AP_DATA} ]; then if [ -d ${AP_DATA}/images ] ; then - for file in apache_pb.gif fplogo.gif powerlogo.gif + for file in apache_pb.gif createdwFP.gif powerlogo.gif { if remove_file ${IMAGES_DIR} ${AP_DATA}/images ${file}; then if [ -d ${IMAGES_VTI} -a -f ${IMAGES_VTI}/${file} ] ; then |