[Pkg-nagios-changes] [pkg-nagios] r1966 - nagvis/trunk/debian
Alexander Reichle-Schmehl
tolimar at alioth.debian.org
Wed Sep 7 21:46:31 UTC 2011
Author: tolimar
Date: 2011-09-07 21:46:30 +0000 (Wed, 07 Sep 2011)
New Revision: 1966
Modified:
nagvis/trunk/debian/rules
Log:
That stuff isn't need anymore if we are moving to mk livestatus... And it doesn't work anyway
Modified: nagvis/trunk/debian/rules
===================================================================
--- nagvis/trunk/debian/rules 2011-09-07 21:31:41 UTC (rev 1965)
+++ nagvis/trunk/debian/rules 2011-09-07 21:46:30 UTC (rev 1966)
@@ -55,15 +55,6 @@
/usr/bin/html2text -ascii -nobs < docs/en_US/changelog.html > docs/changelog
mv $(DEST)/etc/nagvis/nagvis.ini.php-sample \
$(DEST)/usr/share/nagvis/debian/
- sed -e 's/^[; ]*\(\<dbhost\) *=.*$$/\1=_DBC_DBSERVER_/' \
- -e 's/^[; ]*\(\<dbport\) *=.*$$/\1=_DBC_DBPORT_/' \
- -e 's/^[; ]*\(\<dbname\) *=.*$$/\1=_DBC_DBNAME_/' \
- -e 's/^[; ]*\(\<dbuser\) *=.*$$/\1=_DBC_DBUSER_/' \
- -e 's/^[; ]*\(\<dbpass\) *=.*$$/\1=_DBC_DBPASS_/' \
- < $(DEST)/usr/share/nagvis/debian/nagvis.ini.php-sample \
- > $(DEST)/usr/share/nagvis/debian/nagvis.ini.php-sample.new && \
- mv $(DEST)/usr/share/nagvis/debian/nagvis.ini.php-sample.new \
- $(DEST)/usr/share/nagvis/debian/nagvis.ini.php-sample
# demo site
install -d $(TMP)/demo/etc/nagvis/maps
More information about the Pkg-nagios-changes
mailing list