From 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 20 Apr 2005 06:16:18 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'. --- sysutils/smartmontools-devel/files/smartd.sh | 42 ---------------------------- 1 file changed, 42 deletions(-) delete mode 100644 sysutils/smartmontools-devel/files/smartd.sh (limited to 'sysutils/smartmontools-devel/files/smartd.sh') diff --git a/sysutils/smartmontools-devel/files/smartd.sh b/sysutils/smartmontools-devel/files/smartd.sh deleted file mode 100644 index 5da00f01c0f2..000000000000 --- a/sysutils/smartmontools-devel/files/smartd.sh +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -# PROVIDE: smartd -# REQUIRE: DAEMON -# BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown - -# Define these smartd_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/smartd -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -smartd_enable="NO" -smartd_flags="" -smartd_pidfile="/var/run/smartd.pid" - -. %%RC_SUBR%% - -name="smartd" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/smartd" -required_files="%%PREFIX%%/etc/smartd.conf" - -load_rc_config $name - -pidfile="${smartd_pidfile}" - -case "${smartd_flags}" in -*-p\ *) - echo "ERROR: \$smartd_flags includes -p option." \ - "Please use \$smartd_pidfile instead." - exit 1 - ;; -*) - smartd_flags="-p ${pidfile} ${smartd_flags}" - ;; -esac - -run_rc_command "$1" -- cgit v1.2.3