diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-11-18 06:49:54 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-11-18 06:49:54 +0000 |
commit | 9d2dcc23078500fa444a6c3c9adb251bad110bf6 (patch) | |
tree | 8d0e5dbd765af734e4ed9a16e2d249fd483ee39f /net-www/wwwoffle | |
parent | rev bump (diff) | |
download | gentoo-2-9d2dcc23078500fa444a6c3c9adb251bad110bf6.tar.gz gentoo-2-9d2dcc23078500fa444a6c3c9adb251bad110bf6.tar.bz2 gentoo-2-9d2dcc23078500fa444a6c3c9adb251bad110bf6.zip |
(multiple) removed quite some crap:
- "boxes" done with "*****", "#####", "=====" or "-----"
- checking for user accounts with weird awk stuff instead of using id
- empty lines at beginning or end of functions
- whole "novels" of instructions in pkg_postinst()
Diffstat (limited to 'net-www/wwwoffle')
-rw-r--r-- | net-www/wwwoffle/wwwoffle-2.7-r1.ebuild | 25 | ||||
-rw-r--r-- | net-www/wwwoffle/wwwoffle-2.7b.ebuild | 25 | ||||
-rw-r--r-- | net-www/wwwoffle/wwwoffle-2.7d.ebuild | 25 |
3 files changed, 3 insertions, 72 deletions
diff --git a/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild b/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild index f6bc1a6a5cba..9d76eac17758 100644 --- a/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild +++ b/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild,v 1.7 2002/10/04 06:21:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7-r1.ebuild,v 1.8 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${P} @@ -69,27 +69,4 @@ pkg_postinst() { /etc/init.d/wwwoffled start rm ${T}/restart fi - - # This simply prints out some useful instructions. - einfo " - - ----------- - What's Next - ----------- - - You have successfully installed wwwoffle. - - To configure it, read and edit /etc/wwwoffle.conf. - It's well commented and very powerful. Alternatively, browse to - http://localhost:8080 and you'll be presented with a webform-based - configuration interface. - - To start using wwwoffle: - 1. rc-update add wwwoffled to boot. - 2. rc-update add wwwoffled-online to your 'online' runlevels. - 3. Configure any programs to use localhost:8080 as a proxy server - for HTTP, HTTPS, FTP and finger. -" - } - diff --git a/net-www/wwwoffle/wwwoffle-2.7b.ebuild b/net-www/wwwoffle/wwwoffle-2.7b.ebuild index 0a27def8efdd..7ef6bf3075bc 100644 --- a/net-www/wwwoffle/wwwoffle-2.7b.ebuild +++ b/net-www/wwwoffle/wwwoffle-2.7b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7b.ebuild,v 1.6 2002/10/04 06:21:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7b.ebuild,v 1.7 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${P} @@ -69,27 +69,4 @@ pkg_postinst() { /etc/init.d/wwwoffled start rm ${T}/restart fi - - # This simply prints out some useful instructions. - einfo " - - ----------- - What's Next - ----------- - - You have successfully installed wwwoffle. - - To configure it, read and edit /etc/wwwoffle.conf. - It's well commented and very powerful. Alternatively, browse to - http://localhost:8080 and you'll be presented with a webform-based - configuration interface. - - To start using wwwoffle: - 1. rc-update add wwwoffled to boot. - 2. rc-update add wwwoffled-online to your 'online' runlevels. - 3. Configure any programs to use localhost:8080 as a proxy server - for HTTP, HTTPS, FTP and finger. -" - } - diff --git a/net-www/wwwoffle/wwwoffle-2.7d.ebuild b/net-www/wwwoffle/wwwoffle-2.7d.ebuild index 43c15920e152..cd22ee28bbb5 100644 --- a/net-www/wwwoffle/wwwoffle-2.7d.ebuild +++ b/net-www/wwwoffle/wwwoffle-2.7d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7d.ebuild,v 1.4 2002/10/04 06:21:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/wwwoffle-2.7d.ebuild,v 1.5 2002/11/18 06:49:54 blizzy Exp $ S=${WORKDIR}/${P} @@ -69,27 +69,4 @@ pkg_postinst() { /etc/init.d/wwwoffled start rm ${T}/restart fi - - # This simply prints out some useful instructions. - einfo " - - ----------- - What's Next - ----------- - - You have successfully installed wwwoffle. - - To configure it, read and edit /etc/wwwoffle.conf. - It's well commented and very powerful. Alternatively, browse to - http://localhost:8080 and you'll be presented with a webform-based - configuration interface. - - To start using wwwoffle: - 1. rc-update add wwwoffled to boot. - 2. rc-update add wwwoffled-online to your 'online' runlevels. - 3. Configure any programs to use localhost:8080 as a proxy server - for HTTP, HTTPS, FTP and finger. -" - } - |