pkgsrc/net/ocsinventory-agent/patches/patch-aa
bouyer 3f5015ac97 Import ocsinventory-agent 1.1.2 to pkgsrc.
Open Computer and Software Inventory Next Generation is an application
designed to help a network or system administrator keep track of the
computers configuration and software that are installed on the network.
Information about Hardware and Operating System are collected.
2009-08-16 18:25:53 +00:00

22 lines
951 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2009/08/16 18:25:53 bouyer Exp $
--- postinst.pl.orig 2009-06-25 15:14:19.000000000 +0200
+++ postinst.pl 2009-06-25 15:15:00.000000000 +0200
@@ -163,7 +163,7 @@
}
-my $configdir = pickConfigdir ("/etc/ocsinventory", "/usr/local/etc/ocsinventory", "/etc/ocsinventory-agent");
+my $configdir = pickConfigdir ("@PKG_SYSCONFDIR@");
if (-f $old_linux_agent_dir.'/ocsinv.conf' && ask_yn("Should the old linux_agent settings be imported?", 'y')) {
my $ocsinv = XMLin($old_linux_agent_dir.'/ocsinv.conf');
@@ -220,7 +220,7 @@
close CONFIG;
}
-print "[info] The config file will be written in /etc/ocsinventory/ocsinventory-agent.cfg,\n";
+print "[info] The config file will be written in @PKG_SYSCONFDIR@/ocsinventory-agent.cfg,\n";
my $tmp = promptUser('What is the address of your ocs server', exists ($config->{server})?$config->{server}:'ocsinventory-ng');
$config->{server} = mkFullServerUrl($tmp);