Skip to content

Commit

Permalink
[2.4] Update rc.openrc.tmpl: Register services on port 4
Browse files Browse the repository at this point in the history
To be consistent with the other init scripts, register NBP entries on port 4.
  • Loading branch information
NJRoadfan authored and rdmark committed May 1, 2024
1 parent a45451e commit b434be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distrib/initscripts/rc.openrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ atalk_startup () {
"${ATALK_NAME}:netatalk${ATALK_ZONE}"
do
ebegin " Registering $reg"
:BINDIR:/nbprgstr "$reg"
:BINDIR:/nbprgstr -p 4 "$reg"
eend $?
done

Expand Down

0 comments on commit b434be6

Please sign in to comment.