From 8940bb17b1012adef9f86a6a15d683ec94f224e0 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 28 Aug 2019 23:59:48 -0400 Subject: Add samba_mdns rc script --- etc/samba_mdns | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 etc/samba_mdns (limited to 'etc') diff --git a/etc/samba_mdns b/etc/samba_mdns new file mode 100644 index 00000000..66b13af7 --- /dev/null +++ b/etc/samba_mdns @@ -0,0 +1,26 @@ +#!/bin/sh + +# PROVIDE: samba_mdns +# REQUIRE: samba_server mdnsd +# KEYWORD: shutdown + +. /etc/rc.subr + +name="samba_mdns" +rcvar="samba_mdns_enable" + +load_rc_config $name + +: ${samba_mdns_enable:="NO"} +: ${samba_mdns_name:="${hostname}"} +: ${samba_mdns_port:="445"} +: ${samba_mdns_text:=""} + +procname="/usr/local/sbin/mdnsctl" +command="/usr/sbin/daemon" +pidfile="/var/run/${name}.pid" + +publish_args="${samba_mdns_name} smb tcp ${samba_mdns_port} '${samba_mdns_text}'" +command_args="-T mdnsctl -p ${pidfile} -- ${procname} publish ${publish_args}" + +run_rc_command "$1" -- cgit 1.4.1 /?id=cb7c9af1b213361ebdec9428f36a78b5b81b5e8e'>refs log tree commit diff
path: root/home/.lldbinit (unfollow)
Commit message (Collapse)Author
2019-02-08Use X macros for hi classesJune McEnroe
2019-02-08Don't open folds when using {}June McEnroe
2019-02-08Add sh syntax to hiJune McEnroe
2019-02-08Use [] to quote special characters in regexJune McEnroe
This looks much cleaner than having to double-escape backslash.
2019-02-08Improve ANSI output and base IRC on itJune McEnroe
2019-02-08Add hi -nJune McEnroe
2019-02-08Elaborate hi man pageJune McEnroe
2019-02-08Use set for parent in hiJune McEnroe
2019-02-08Switch back to semantic keyword grouping in hiJune McEnroe
2019-02-08Match only the basename in hiJune McEnroe
2019-02-07Add mdoc syntax to hiJune McEnroe
2019-02-07Support multi-line C macros in hiJune McEnroe
2019-02-07Detect .mk files as makeJune McEnroe
2019-02-07Add make syntax to hiJune McEnroe
2019-02-07Add IRC output to hiJune McEnroe
2019-02-07Improve C syntax accuracy and add Format classJune McEnroe
2019-02-07Factor out hi checkJune McEnroe
Fix subexpression bounds check and compile pattends.
2019-02-07Add Escape class to hiJune McEnroe
2019-02-07Add Todo class and parent syntax constraintJune McEnroe