Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion net/bind/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=bind
PKG_VERSION:=9.20.15
PKG_RELEASE:=1
PKG_RELEASE:=2
USERID:=bind=57:bind=57

PKG_MAINTAINER:=Noah Meyerhans <[email protected]>
Expand Down
4 changes: 4 additions & 0 deletions net/bind/files/named.init
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ reload_service() {
rndc -q reload
}

stop_service() {
rndc stop
}

start_service() {
user_exists bind 57 || user_add bind 57
group_exists bind 57 || group_add bind 57
Expand Down