From 951c257ea3655de6e80c26a36c18c69ee8047ea8 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 19 Mar 2007 05:14:07 +0000 Subject: Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico. --- .../files/system-tools-backends.in | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sysutils/system-tools-backends/files/system-tools-backends.in (limited to 'sysutils/system-tools-backends/files/system-tools-backends.in') diff --git a/sysutils/system-tools-backends/files/system-tools-backends.in b/sysutils/system-tools-backends/files/system-tools-backends.in new file mode 100644 index 000000000000..dcaff5e34e54 --- /dev/null +++ b/sysutils/system-tools-backends/files/system-tools-backends.in @@ -0,0 +1,26 @@ +#!/bin/sh +# $FreeBSD$ +# $MCom: ports/sysutils/system-tools-backends/files/system-tools-backends.in,v 1.3 2006/12/06 19:31:12 marcus Exp $ + +# PROVIDE: system-tools-backends +# REQUIRE: DAEMON dbus +# +# Add the following to /etc/rc.conf to start SystemToolsBackends at boot time: +# +# system_tools_backends_enable="YES" +# + +. %%RC_SUBR%% +. %%GNOME_SUBR%% + +export PATH=${PATH}:%%PREFIX%%/bin + +system_tools_backends_enable=${system_tools_backends_enable-${gnome_enable}} + +name=system_tools_backends +rcvar=`set_rcvar` +command="%%PREFIX%%/bin/system-tools-backends" +pidfile="/var/run/system-tools-backends.pid" + +load_rc_config ${name} +run_rc_command "$1" -- cgit v1.2.3