diff options
author | Jakub Moc <jakub@gentoo.org> | 2007-06-24 15:19:10 +0000 |
---|---|---|
committer | Jakub Moc <jakub@gentoo.org> | 2007-06-24 15:19:10 +0000 |
commit | b81081d584ce79c453839548799428d6e5d79ac9 (patch) | |
tree | 42888c78cd42b844c3d59f4dcef6d28a52276611 /net-firewall | |
parent | Tweaks and cosmetics (diff) | |
download | sunrise-reviewed-b81081d584ce79c453839548799428d6e5d79ac9.tar.gz sunrise-reviewed-b81081d584ce79c453839548799428d6e5d79ac9.tar.bz2 sunrise-reviewed-b81081d584ce79c453839548799428d6e5d79ac9.zip |
net-firewall/tuxguardian: Fix English in pkg_postinst; cosmetics
svn path=/sunrise/; revision=4050
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/tuxguardian/ChangeLog | 3 | ||||
-rw-r--r-- | net-firewall/tuxguardian/Manifest | 4 | ||||
-rw-r--r-- | net-firewall/tuxguardian/tuxguardian-0.5.ebuild | 20 |
3 files changed, 15 insertions, 12 deletions
diff --git a/net-firewall/tuxguardian/ChangeLog b/net-firewall/tuxguardian/ChangeLog index cd8954673..076c13bab 100644 --- a/net-firewall/tuxguardian/ChangeLog +++ b/net-firewall/tuxguardian/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 24 Jun 2007; Jakub Moc <jakub@gentoo.org> tuxguardian-0.5.ebuild: + Fix English in pkg_postinst; cosmetics + 26 Apr 2007; Ali Polatel (hawking) <polatel@gmail.com> tuxguardian-0.5.ebuild: Fix trailing whitespace, cosmetics diff --git a/net-firewall/tuxguardian/Manifest b/net-firewall/tuxguardian/Manifest index 71dcd0ad7..081d1952b 100644 --- a/net-firewall/tuxguardian/Manifest +++ b/net-firewall/tuxguardian/Manifest @@ -1,6 +1,6 @@ AUX Makefile-gentoo-0.5.patch 5132 RMD160 8c393e8e7bbad6326afcca21ef949c2628dbc71c SHA1 5a787ff190a7628e306a0f300229bd059e0cbad7 SHA256 cbf99738039025d199d3b43c7eeee0bb243a9afdc62a0f137e3e34ebe779e512 AUX tuxguardian.init 489 RMD160 3d375b570e9d02b8431fe4e0e1c3c43522695982 SHA1 f334783f921ca8947e12c9a6898819c594a4e3b1 SHA256 0dec459c199753cff4979a15860ffb1347445baaccb49619b0bffed8809b2ef9 DIST tuxguardian-0.5.tar.gz 65987 RMD160 cc521df3dc05dbf776e8b61687c45bede37a6d25 SHA1 5713f6e7d237cb8ee4a38e51d16912e29f2b9ff9 SHA256 3e711cad85af8ddbf6492ee08e8d63dce8028cd075d4aac9924884c0325b7e4d -EBUILD tuxguardian-0.5.ebuild 1883 RMD160 fb8ff1b215ba5d3aab12022511a339a9c9d706b4 SHA1 eb95bb3e08a1c2ee9c362370d683f57726d071eb SHA256 5447476be52ae93fa628113501063651f125cc2c1ab73ccced21bd0032a48a72 -MISC ChangeLog 676 RMD160 d97a1cea83dddb7ef7031697e8bb6cf271da7d52 SHA1 a6ca9de3a1717f33279cb7e9205d5f7eb44c8caf SHA256 8b8db0985b54b4977508bbd5ad695cc85304b105607ba80cba2859c505abc111 +EBUILD tuxguardian-0.5.ebuild 1807 RMD160 7ec08ccd6c8dca5692496ebfb69c309c8a43a50c SHA1 f775d065de7e2f3e520a072483326721cfa85549 SHA256 ad191774e5436e460c78a449a94d6885a6d1d61eb60cf7f7787fd8077cc87c7a +MISC ChangeLog 786 RMD160 8ce721ef9c9e87b95e42df4202b6d4c08f4d9aec SHA1 5e5f911afb00b0bbd929f2943dd4699606158266 SHA256 89d0f6a4f2e645779b7f83f1ca9b7bf0c14f49a743a27d74734a39fb2bf79289 MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/net-firewall/tuxguardian/tuxguardian-0.5.ebuild b/net-firewall/tuxguardian/tuxguardian-0.5.ebuild index bf92e9107..c8ee1cd18 100644 --- a/net-firewall/tuxguardian/tuxguardian-0.5.ebuild +++ b/net-firewall/tuxguardian/tuxguardian-0.5.ebuild @@ -45,19 +45,19 @@ src_compile() { src_install() { linux-mod_src_install - emake DESTDIR="${D}" install || die "einstall failed" + emake DESTDIR="${D}" install || die "install failed" newinitd "${FILESDIR}"/tuxguardian.init tuxguardian linux-mod_pkg_preinst - dodoc README COPYING AUTHORS + dodoc README AUTHORS } pkg_postinst() { - elog "Init script installed. use:" - elog "rc-update add tuxguardian {runlevel} (runlevel e.g. boot)" - elog "Toubleshooting:" - elog "Sometimes it occures, that the module freezes.. Use:" - elog "\"etc/init.d/tuxguardian restart\" to solve this" - elog "tg-frontend is the frontend to tuxguardian. Unfortunatly it needs superuser rights to run." - elog "Notice: if you decide not to use the tg-frontend please refer to the documentation, how to" - elog "edit \"/etc/daemon.conf\"" + elog "Run rc-update add tuxguardian {runlevel} to start this automatically at boot" + elog + elog "Sometimes the module freezes; to solve this, just run" + elog "/etc/init.d/tuxguardian restart" + elog + elog "tg-frontend frontend unfortunately needs superuser priviledges to run." + elog "If you decide not to use the tg-frontend, please refer to the documentation" + elog "and edit /etc/daemon.conf accordingly." } |