Remove DNS records storage, use dnsmasq or PopuraDNS instead

This commit is contained in:
George
2021-10-31 18:37:11 +00:00
parent d006a19738
commit 166705fc60
7 changed files with 21 additions and 144 deletions
-3
View File
@@ -60,9 +60,6 @@ src_install() {
}
pkg_postinst() {
elog "The meshname config file must be generated before use:"
elog " # meshnamed -genconf <IPv6> -subdomain meshname | tee /etc/meshnamed.conf"
elog
elog "The meshname daemon will have to be started before use:"
if use systemd ; then
elog " # systemctl start meshnamed"
+1 -1
View File
@@ -6,7 +6,7 @@ command="/usr/bin/meshnamed"
description="Distributed naming system for IPv6 mesh networks"
pidfile="/run/meshnamed.pid"
logfile="/var/run/meshnamed.log"
start_stop_daemon_args="--user nobody --group nobody -listenaddr '[::1]:53535' -useconffile /etc/meshnamed.conf"
start_stop_daemon_args="--user nobody --group nobody -listenaddr '[::1]:53535'"
start() {
ebegin "Starting Distributed naming system for IPv6 mesh networks"