Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37540471
en ru br
ALT Linux repos
S:3.9p1-alt15
5.0: 3.9p1-alt10
4.1: 3.9p1-alt8
4.0: 3.9p1-alt8
3.0:
+backports:3.9p1-alt0.M30.1

Group :: Networking/Other
RPM: openntpd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh
# $Owl: Owl/packages/openntpd/openntpd.control,v 1.3 2005/11/16 13:21:53 solar Exp $

. /etc/control.d/functions

CONFIG=/etc/ntpd.conf
EXE=/etc/init.d/ntpd

# XXX: Actually we should uncomment only the first 'listen on' directive.
# The way proposed below isn't reliable since it's bound to the
# presence of the '# Addresses ...' comment line right before the
# first 'listen on' directive.
# -- (GM)
new_subst server \
'^[[:space:]]*listen[[:space:]]+on[[:space:]]' \
'/# Addresses to/,+1 s,^#\([[:space:]]*listen[[:space:]]\+on[[:space:]]\),\1,'
new_subst client \
'^#[[:space:]]*listen[[:space:]]+on[[:space:]]' \
's,^\([[:space:]]*listen[[:space:]]\+on[[:space:]]\),#\1,'

new_help client "Comment out \"listen on\" directive, see ntpd.conf(5)"
new_help server "Uncomment \"listen on\" directive, see ntpd.conf(5)"

new_summary "Network Time Protocol daemon"

is_builtin_mode "$*" ||
[ "$*" != "`control_subst "$CONFIG" status`" ] || exit 0

control_subst "$CONFIG" "$*" || exit 1

is_builtin_mode "$*" ||
[ ! -x "$EXE" ] || "$EXE" condrestart || exit 0
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin