[Zrouter-src-freebsd] ZRouter.org: push to FreeBSD HEAD tree

zrouter-src-freebsd at zrouter.org zrouter-src-freebsd at zrouter.org
Fri Mar 2 15:38:31 UTC 2012


details:   http://zrouter.org/hg/FreeBSD/head//rev/e04687ecddf0
changeset: 365:e04687ecddf0
user:      ray at terran.dlink.ua
date:      Fri Mar 02 16:59:48 2012 +0200
description:
Update to FreeBSD-HEAD @232391

diffstat:

 head/etc/rc.d/utx |  17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diffs (21 lines):

diff -r f03cc5a9c894 -r e04687ecddf0 head/etc/rc.d/utx
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/head/etc/rc.d/utx	Fri Mar 02 16:59:48 2012 +0200
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# $FreeBSD: head/etc/rc.d/utx 231549 2012-02-12 07:45:48Z ed $
+#
+
+# PROVIDE: utx
+# REQUIRE: DAEMON cleanvar
+# KEYWORD: shutdown
+
+. /etc/rc.subr
+
+name="utx"
+start_cmd="utx boot"
+stop_cmd="utx shutdown"
+
+load_rc_config $name
+run_rc_command "$1"


More information about the Zrouter-src-freebsd mailing list