Wed Dec 14 02:36:47 CET 2005  BMH1980 <[EMAIL PROTECTED]>
  * denyhosts-1.1.3-1-i686
  Initial import / New package (requested by crazy||)
diff -rN -u old-frugalware-current-2/extra/source/network/denyhosts/FrugalBuild 
new-frugalware-current-4/extra/source/network/denyhosts/FrugalBuild
--- old-frugalware-current-2/extra/source/network/denyhosts/FrugalBuild 
1970-01-01 01:00:00.000000000 +0100
+++ new-frugalware-current-4/extra/source/network/denyhosts/FrugalBuild 
2005-12-14 02:49:12.000000000 +0100
@@ -0,0 +1,34 @@
+# Last Modified: Wed, 14 Dec 2005 02:33:04 +0100
+# Compiling Time: 0 SBU
+# Maintainer: BMH1980 <[EMAIL PROTECTED]>
+
+pkgname=denyhosts
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="DenyHosts is a utility to help sys admins thwart ssh hackers"
+url="http://denyhosts.sourceforge.net/";
+license="GPL2"
+up2date="lynx -dump $url/changelog.html|grep -m 1 -o '[0-9\.]\+[0-9]'"
+source=(http://dl.sourceforge.net/sourceforge/$pkgname/DenyHosts-$pkgver.tar.gz
 \
+        rc.$pkgname)
+sha1sums=('f21293aca7e3b18f6a438238d878e1fd5258eddc' \
+          '8ee54ec73a97016f47c9b1f6c8a9e7c64965b843')
+groups=('network-extra')
+archs=('i686')
+depends=('python')
+backup=(etc/denyhosts.cfg)
+
+build()
+{
+       Fexe /etc/rc.d/rc.$pkgname
+       Fcd DenyHosts-$pkgver
+       Fbuild
+       Fmv /usr/bin/denyhosts.py /usr/bin/denyhosts
+       Fmv /usr/share/denyhosts/denyhosts.cfg-dist /etc/denyhosts.cfg
+       Frm /usr/share/denyhosts
+       Fdocrel CHANGELOG.txt LICENSE.txt
+}
+
+# vim: ft=sh
+
+# optimalization OK - noarch
diff -rN -u 
old-frugalware-current-2/extra/source/network/denyhosts/rc.denyhosts 
new-frugalware-current-4/extra/source/network/denyhosts/rc.denyhosts
--- old-frugalware-current-2/extra/source/network/denyhosts/rc.denyhosts        
1970-01-01 01:00:00.000000000 +0100
+++ new-frugalware-current-4/extra/source/network/denyhosts/rc.denyhosts        
2005-12-14 02:49:12.000000000 +0100
@@ -0,0 +1,43 @@
+#!/bin/bash
+
+# (c) 2005 Marcus Habermehl <[EMAIL PROTECTED]>
+# rc.denyhosts for Frugalware
+# distributed under GPL License
+
+# chkconfig: 2345 98 02
+# description: Activates/Deactivates the DenyHosts daemon to block ssh attempts
+
+source /lib/initscripts/functions
+TEXTDOMAIN=denyhosts
+TEXTDOMAINDIR=/lib/initscripts/messages
+
+actions=(restart status start stop)
+daemon=$"DenyHosts"
+
+pid="pidof denyhosts 2> /dev/null"
+
+rc_start()
+{
+       start_msg
+       if [ -z "$(eval $pid)" ] ; then
+               /usr/bin/denyhosts --daemon --config=/etc/denyhosts.cfg
+               ok $?
+       else
+               ok 999
+       fi
+}
+
+rc_stop()
+{
+       stop_msg
+       if [ -z "$(eval ${pid})" ] ; then
+               killall denyhosts
+               ok $?
+       else
+               ok 999
+       fi
+}
+
+rc_exec $1
+
+# vim: ft=sh
diff -rN -u 
old-frugalware-current-2/extra/source/network/denyhosts/rc.denyhosts.pot 
new-frugalware-current-4/extra/source/network/denyhosts/rc.denyhosts.pot
--- old-frugalware-current-2/extra/source/network/denyhosts/rc.denyhosts.pot    
1970-01-01 01:00:00.000000000 +0100
+++ new-frugalware-current-4/extra/source/network/denyhosts/rc.denyhosts.pot    
2005-12-14 02:49:12.000000000 +0100
@@ -0,0 +1,20 @@
+# rc.denyhosts
+# Copyright (C) YEAR THE rc.denyhosts'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the rc.denyhosts package.
+# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2005-12-14 02:35+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
+"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+msgid "DenyHosts"
+msgstr ""

_______________________________________________
Frugalware-darcs mailing list
Frugalware-darcs@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-darcs

Reply via email to