Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37398489
en ru br
Репозитории ALT
S:1.3.8-alt0.2.ga3489a6c8
5.1: 1.3.3rc1-alt3
4.1: 1.3.2rel-alt0.M41.1
4.0: 1.3.0rel-alt2
3.0: 1.3.0rc1-alt2
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: proftpd

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   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
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin