diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-05-09 16:48:03 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-05-09 16:48:03 +0000 |
commit | 35af9b54e90621c847b28370047e1b566970dfc9 (patch) | |
tree | ba7bcd1b998a259c7e5b2104db1b6c8fe225eab3 | |
parent | added sandbox warning to configs (diff) | |
download | gentoo-2-35af9b54e90621c847b28370047e1b566970dfc9.tar.gz gentoo-2-35af9b54e90621c847b28370047e1b566970dfc9.tar.bz2 gentoo-2-35af9b54e90621c847b28370047e1b566970dfc9.zip |
description fixor
-rw-r--r-- | net-www/publicfile/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/publicfile/publicfile-0.52.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-www/publicfile/ChangeLog b/net-www/publicfile/ChangeLog index 0128eadb8725..c109cfa82f90 100644 --- a/net-www/publicfile/ChangeLog +++ b/net-www/publicfile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/publicfile # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/publicfile/ChangeLog,v 1.1 2002/05/09 10:27:40 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/publicfile/ChangeLog,v 1.2 2002/05/09 16:48:03 bangert Exp $ + + 09 May 2002; Thilo Bangert <bangert@gentoo.org> : + + fixed description in pkg_postinst to reflect /home/public dir + *publicfile-0.52 (09 May 2002) diff --git a/net-www/publicfile/publicfile-0.52.ebuild b/net-www/publicfile/publicfile-0.52.ebuild index fad69330ddc6..f5cb927ae5ba 100644 --- a/net-www/publicfile/publicfile-0.52.ebuild +++ b/net-www/publicfile/publicfile-0.52.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author jakd <jakd@gu.st> -# $Header: /var/cvsroot/gentoo-x86/net-www/publicfile/publicfile-0.52.ebuild,v 1.1 2002/05/09 10:27:40 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/publicfile/publicfile-0.52.ebuild,v 1.2 2002/05/09 16:48:03 bangert Exp $ S=${WORKDIR}/${P} DESCRIPTION="publish files through FTP and HTTP" @@ -36,9 +36,9 @@ pkg_setup() { pkg_postinst() { /usr/bin/publicfile-conf ftp ftplog /home/public `hostname` echo - echo -e "\e[32;01m httpd and ftpd are serving out of /public.\033[0m" + echo -e "\e[32;01m httpd and ftpd are serving out of /home/public.\033[0m" echo -e "\e[32;01m remember to start the servers with:\033[0m" - echo -e "\e[32;01m ln -s /public/httpd /public/ftpd /service\033[0m" + echo -e "\e[32;01m ln -s /home/public/httpd /public/home/ftpd /service\033[0m" echo } |