summarylogtreecommitdiffstats
path: root/rwhod.install
diff options
context:
space:
mode:
Diffstat (limited to 'rwhod.install')
-rw-r--r--rwhod.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/rwhod.install b/rwhod.install
new file mode 100644
index 000000000000..5e863eb832bc
--- /dev/null
+++ b/rwhod.install
@@ -0,0 +1,7 @@
+post_install () {
+ echo ">> Place 'rwhod' in DAEMONS= in /etc/rc.conf to enable rwhod on system boot."
+}
+op=$1
+shift
+$op $*
+ \ No newline at end of file