From: Arne Fitzenreiter Date: Mon, 26 Oct 2009 17:44:45 +0000 (+0100) Subject: Replace addonctrl to disable vsftpd. X-Git-Tag: v2.9-beta1~644 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7ea74a78b6edbb4d9b7d01b801555e086e6c8d0;p=ipfire-2.x.git Replace addonctrl to disable vsftpd. --- diff --git a/src/paks/vsftpd/install.sh b/src/paks/vsftpd/install.sh index 1366b40cd7..fb865dd038 100644 --- a/src/paks/vsftpd/install.sh +++ b/src/paks/vsftpd/install.sh @@ -25,4 +25,5 @@ extract_files restore_backup ${NAME} # Disable vsftpd by default due to lack of configuration file -/usr/local/bin/addonctrl vsftpd disable +mkdir -p /etc/rc.d/rc3.d/off +mv -f /etc/rc.d/rc3.d/S??${NAME} /etc/rc.d/rc3.d/off