]> Pileus Git - ~andy/sunrise/commitdiff
net-firewall/tuxguardian: Fix English in pkg_postinst; cosmetics
authorJakub Moc <jakub@gentoo.org>
Sun, 24 Jun 2007 15:19:10 +0000 (15:19 +0000)
committerJakub Moc <jakub@gentoo.org>
Sun, 24 Jun 2007 15:19:10 +0000 (15:19 +0000)
svn path=/sunrise/; revision=4050

net-firewall/tuxguardian/ChangeLog
net-firewall/tuxguardian/Manifest
net-firewall/tuxguardian/tuxguardian-0.5.ebuild

index cd8954673eb0b323bdc55d2653a67833402f1cc1..076c13babd131b34644e2806bd9b85e3f41b8006 100644 (file)
@@ -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
index 71dcd0ad77899e7df8a8b4e995209b0f9954470d..081d1952bfa5c951dbf6c4a9732868f6f6a3cd20 100644 (file)
@@ -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
index bf92e91074466597fe355dbbb13ad3b49aa37637..c8ee1cd188e6f100120e9a1d3d2738ef951efefa 100644 (file)
@@ -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."
 }