Skip to content
Commits on Source (2)
......@@ -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
......
......@@ -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
);
}
......