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 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 c7aef680f'>refs log tree commit diff
path: root/bin/man1/xx.1 (unfollow)
Commit message (Expand)Author
2020-06-07Cast z_stream fields to size_tJune McEnroe
2020-06-07Call static_assert by _Static_assertJune McEnroe
2020-06-07Add OpenBSD to install.shJune McEnroe
2020-06-03Add The Song of AchillesJune McEnroe
2020-06-01Allow redirecting input in everJune McEnroe
2020-05-31Add %c conversion to c scriptJune McEnroe
2020-05-31Add c script to READMEJune McEnroe
2020-05-31Add c scriptJune McEnroe
2020-05-31Update mdoc source URLsJune McEnroe
2020-05-26Remove unfinished PSF fontsJune McEnroe