Move pidfiles from /var/run/nut to /run/nut, there is nothing else to do since /var/run is a symlink to /run for some times now (policy 3.9.3)
This commit is contained in:
parent
b493284ac5
commit
b11ef489f7
8 changed files with 26 additions and 24 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -28,12 +28,12 @@ DEB_CONFIGURE_EXTRA_FLAGS := --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
|
|||
--with-cgi \
|
||||
--with-dev \
|
||||
--enable-static \
|
||||
--with-statepath=/var/run/nut \
|
||||
--with-altpidpath=/var/run/nut \
|
||||
--with-statepath=/run/nut \
|
||||
--with-altpidpath=/run/nut \
|
||||
--with-drvpath=/lib/nut \
|
||||
--with-cgipath=/usr/lib/cgi-bin/nut \
|
||||
--with-htmlpath=/usr/share/nut/www \
|
||||
--with-pidpath=/var/run/nut \
|
||||
--with-pidpath=/run/nut \
|
||||
--datadir=/usr/share/nut \
|
||||
--with-pkgconfig-dir=/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
|
||||
--with-user=nut --with-group=nut
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue