From owner-freebsd-ports@FreeBSD.ORG Tue May 13 19:35:54 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7F041065673 for ; Tue, 13 May 2008 19:35:54 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.20.110]) by mx1.freebsd.org (Postfix) with ESMTP id BC2128FC15 for ; Tue, 13 May 2008 19:35:54 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd65257.utdallas.edu (utd65257.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTPSA id 2236223DEA for ; Tue, 13 May 2008 14:35:54 -0500 (CDT) Date: Tue, 13 May 2008 14:35:54 -0500 From: Paul Schmehl To: FreeBSD Ports Message-ID: <14848575EFE82AE05B2027F2@utd65257.utdallas.edu> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: rc.d startup script problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 19:35:54 -0000 This script will not start if you change the name or location of the conf file in /etc/rc.conf. For some reason it's not parsing /etc/rc.conf. Anyone know why? #!/bin/sh # PROVIDE: sancp_agent # REQUIRE: DAEMON # KEYWORD: shutdown # Add the following line to /etc/sguil-sensor/rc.conf to enable sancp_agent: # sancp_agent_enable (bool): Set to YES to enable sancp_agent # Default: NO # sancp_agent_conf (str): Sensor_agent configuration file # Default: /usr/local/etc/sguil-sensor/sancp_agent.conf # . /etc/rc.subr name="sancp_agent" rcvar=`set_rcvar` command="/usr/local/bin/sguil-sensor/sancp_agent.tcl" procname="/usr/local/bin/tclsh8.4" pidfile="/var/run/${name}.pid" check_pidfile="${pidfile} ${procname} /bin/sh" [ -z "$sancp_agent_enable" ] && sancp_agent_enable="NO" [ -z "$sancp_agent_conf" ] && sancp_agent_conf="/usr/local/etc/sguil-sensor/sancp_agent.conf" [ -z "$sancp_agent_flags" ] && sancp_agent_flags="-D" [ -n "$sancp_agent_conf" ] && sancp_agent_flags="$sancp_agent_flags -c $sancp_agent_conf" load_rc_config $name run_rc_command "$1" # grep sancp /etc/rc.conf sancp_agent_enable="YES" sancp_agent_conf="/usr/local/etc/sguil-sensor/sancp_agent-ANYSERVER.conf" What's the problem? -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/