Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37755172
en ru br
ALT Linux repos
S:1.3.8-alt0.2.ga3489a6c8
5.0: 1.3.2rel-alt0.M50.1
4.1: 1.3.2rel-alt0.M41.1
4.0: 1.3.0rel-alt2
3.0: 1.3.0rc1-alt2

Group :: System/Servers
RPM: proftpd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

. /etc/control.d/functions

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

new_summary "Professional FTP Daemon"

new_subst inetd "^ServerType[[:space:]]+inetd" "s:^ServerType\(\s\+\)\w\+:ServerType\1inetd:"
new_subst standalone "^ServerType[[:space:]]+standalone" "s:^ServerType\(\s\+\)\w\+:ServerType\1standalone:"

new_help inetd "Enable ProFTPD as inetd service"
new_help standalone "Enable ProFTPD as standalone service"

control_subst "$CONFIG" "$*" || exit 1
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin