Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Repackage nipapd #1420

Merged
merged 7 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
nipapd: Move nipap.conf.sample
As setuptols cannot install stuff in /etc, place the nipap.conf.sample
/usr/shaer/nipap and let the Debian packaging tools install it in
/etc/nipap.
garberg committed Jan 16, 2025

Verified

This commit was signed with the committer’s verified signature.
bonnie57 Bonnie57
commit 090162f6967067e42eaaf2e7d16f77105e50dfc4
2 changes: 1 addition & 1 deletion nipap/debian/nipapd.install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
usr/bin/nipapd
usr/bin/nipap-passwd
usr/share/nipap
etc/nipap/nipap.conf.dist
usr/share/nipap/nipap.conf.dist etc/nipap
usr/share/man/man8/nipapd.8
usr/share/man/man1/nipap-passwd.1
2 changes: 1 addition & 1 deletion nipap/setup.py
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ def get_data_files():
sys.exit(1)

files = [
('/etc/nipap/', ['nipap.conf.dist']),
('share/nipap/', ['nipap.conf.dist']),
('share/nipap/sql/', [
'sql/upgrade-1-2.plsql',
'sql/upgrade-2-3.plsql',