Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37600772
en ru br
ALT Linux repositórios
S:4.8.0-alt1
5.0: 2.9.21.2-alt1
4.1: 2.9.21-alt1
4.0: 2.9.20-alt3

Group :: Sistema/Servidores
RPM: pdns

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: pdns-2.9.7-init.patch
Download


--- pdns/pdns.in	2002-12-09 17:01:35.000000000 +0100
+++ pdns/pdns.in.oden	2003-03-26 19:24:47.000000000 +0100
@@ -1,6 +1,27 @@
 #!/bin/sh
-# chkconfig: - 80 75
-# description: PDNS is a versatile high performance authoritative nameserver
+#
+# powerdns This shell script takes care of starting and stopping powerdns.
+#
+# chkconfig: 345 80 75
+# description: PowerDNS is a versatile high performance \
+# authoritative nameserver
+# probe: true
+# processname: powerdns
+# pidfile: /var/run/powerdns/powerdns.pid
+# config: /etc/powerdns/pdns.conf
+
+# Source function library.
+. /etc/rc.d/init.d/functions
+
+# Source networking configuration.
+. /etc/sysconfig/network
+
+# Check that networking is up.
+[ "${NETWORKING}" = "no" ] && exit 0
+
+[ -f /etc/powerdns/pdns.conf ] || exit 0
+
+[ -f /usr/sbin/pdns_server ] || exit 0
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009