Skip to content

Commit

Permalink
Install with correct NetBSD rc script names, GitHub #1030
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed May 25, 2024
1 parent 4da374d commit 5363b1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions distrib/initscripts/.gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
a2boot
a2boot.service
afpd
afpd.service
atalkd
atalkd.service
cnid_metad
cnid.service
io.netatalk.daemon.plist
netatalk
netatalkd
papd
papd.service
rc.a2boot.netbsd
rc.afpd.netbsd
Expand All @@ -17,4 +22,5 @@ rc.redhat
rc.solaris
rc.suse
rc.timelord.netbsd
timelord
timelord.service
2 changes: 1 addition & 1 deletion distrib/initscripts/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ elif get_option('enable-netbsd')
custom_target(
script + '.netbsd',
input: script + '.netbsd.tmpl',
output: script + 'netbsd',
output: script.substring(3),
command: sed_command,
capture: true,
install: true,
Expand Down

0 comments on commit 5363b1c

Please sign in to comment.