mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
320 B

#!/bin/bash
#
# Desc: Pure FTPd
# Runlevel: 61 rcX
#
main_begin
block_begin(start, `Starting PureFTPd.')
check(`D_prefix/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf')
block_end
block_begin(stop, `Stopping PureFTPd.')
check(`killall D_prefix/sbin/pure-ftpd')
block_end
main_end