Codebase list dante / c1744bc
Replace /var/run with /run for the Service PIDFile. Changes-By: lintian-brush Fixes: lintian: systemd-service-file-refers-to-var-run See-also: https://lintian.debian.org/tags/systemd-service-file-refers-to-var-run.html Debian Janitor 1 year, 14 days ago
2 changed file(s) with 10 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 dante (1.4.2+dfsg-8) UNRELEASED; urgency=medium
11
2 [ Peter Pentchev ]
23 * Declare compliance with Policy 4.5.0 with no changes.
34 * Add the year 2020 to my debian/* copyright notice.
45 * Bump the debhelper compatibility level to 13:
67 will not execute it at all unless it is needed
78 - use "execute_after" for the "auto_clean" target
89 - drop the "dh_missing" override; "--fail-missing" is the default now
10
11 [ Debian Janitor ]
12 * Replace /var/run with /run for the Service PIDFile.
913
1014 -- Peter Pentchev <roam@debian.org> Sun, 29 Mar 2020 02:24:41 +0200
1115
77 PIDFile=/run/danted.pid
88 ExecStart=/usr/sbin/danted
99 ExecStartPre=/bin/sh -c ' \
10 uid=`sed -n -e "s/[[:space:]]//g" -e "s/#.*//" -e "/^user\\.privileged/{s/[^:]*://p;q;}" /etc/danted.conf`; \
11 if [ -n "$uid" ]; then \
12 touch /var/run/danted.pid; \
13 chown $uid /var/run/danted.pid; \
14 fi \
15 '
10 uid=`sed -n -e "s/[[:space:]]//g" -e "s/#.*//" -e "/^user\\.privileged/{s/[^:]*://p;q;}" /etc/danted.conf`; \
11 if [ -n "$uid" ]; then \
12 touch /var/run/danted.pid; \
13 chown $uid /var/run/danted.pid; \
14 fi \
15 '
1616 PrivateTmp=yes
1717 InaccessibleDirectories=/boot /home /media /mnt /opt /root
1818 ReadOnlyDirectories=/bin /etc /lib -/lib64 /sbin /usr /var