mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 21:43:14 +01:00
Update BUILDING_DEB_PACKAGE.md
This commit is contained in:
parent
c29a972c2f
commit
88bdcfd916
@ -12,5 +12,10 @@ cp packages/debian/ -R .
|
||||
# Create symlinks for init files for systev and systemd
|
||||
ln -s ../src/fastnetmon_init_script_debian_6_7 debian/fastnetmon.init
|
||||
ln -s ../src/fastnetmon.service debian/fastnetmon.service
|
||||
# We need this for Debian https://lintian.debian.org/tags/systemd-service-file-refers-to-obsolete-target.html
|
||||
# But RHEL7 still uses it
|
||||
sed -i 's/syslog.target //' src/fastnetmon.service
|
||||
dpkg-source --commit
|
||||
# enter any patch name
|
||||
debuild -us -uc
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user