Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Using absolut paths when using ucf, debconf 1.5.62 changed it's behaviour (Closes: #867256)
· 878ceb98
Jan Wagner
authored
Jul 11, 2017
878ceb98
d/control: Update VCS-headers
· 22de1396
Jan Wagner
authored
Mar 11, 2018
22de1396
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
22de1396
...
...
@@ -17,8 +17,8 @@ Build-Depends: autotools-dev,
perl,
procps
Homepage: https://www.monitoring-plugins.org
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-
nagios/pkg-monitoring-plugins
.git
Vcs-Git: https://
anonscm
.debian.org/
git/pkg-
nagios/pkg-monitoring-plugins.git
Vcs-Browser: https://
salsa
.debian.org/nagios
-team
/pkg-monitoring-plugins
Vcs-Git: https://
salsa
.debian.org/nagios
-team
/pkg-monitoring-plugins.git
Standards-Version: 3.9.8
Package: monitoring-plugins
...
...
debian/functions
View file @
22de1396
...
...
@@ -6,10 +6,8 @@ npconfdir=/etc/nagios-plugins/config
register_cfgs(){
# do this in a subshell so we don't screw up cwd
(
cd $templdir
for f in *cfg; do
dest=${npconfdir}/$f
ucf $f $dest
ucf ${templdir}/$f ${npconfdir}/$f
done
);
}
...
...