OSSP CVS Repository

ossp - Check-in [3584]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3584
Date: 2003-Sep-09 16:08:29 (local)
2003-Sep-09 14:08:29 (UTC)
User:thl
Branch:
Comment: relocate configuration into subdir
Tickets:
Inspections:
Files:
ossp-pkg/snmpdx/Makefile.in      1.3 -> 1.4     2 inserted, 2 deleted
ossp-pkg/snmpdx/snmpdx.pl      1.3 -> 1.4     1 inserted, 1 deleted

ossp-pkg/snmpdx/Makefile.in 1.3 -> 1.4

--- Makefile.in  2003/09/09 13:52:16     1.3
+++ Makefile.in  2003/09/09 14:08:29     1.4
@@ -82,13 +82,13 @@
 
 install: all
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(bindir)
-        $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(sysconfdir)
+        $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(sysconfdir)/snmpdx
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(datadir)/snmpdx/mibs
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(libexecdir)/snmpdx
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(mandir)/man1
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(localstatedir)
         $(SHTOOL) install -c -m 755 snmpdx $(DESTDIR)$(bindir)/snmpdx
-        $(SHTOOL) install -c -m 644 snmpdx.cfg $(DESTDIR)$(sysconfdir)/snmpdx.cfg
+        $(SHTOOL) install -c -m 644 snmpdx.cfg $(DESTDIR)$(sysconfdir)/snmpdx/snmpdx.cfg
         $(SHTOOL) install -c -m 644 snmpdx.mib/*.mib $(DESTDIR)$(datadir)/snmpdx/mibs/
         $(SHTOOL) install -c -m 644 snmpdx.d/*.pm $(DESTDIR)$(libexecdir)/snmpdx/
         $(SHTOOL) install -c -m 644 snmpdx.1 $(DESTDIR)$(mandir)/man1/snmpdx.1


ossp-pkg/snmpdx/snmpdx.pl 1.3 -> 1.4

--- snmpdx.pl    2003/09/09 13:52:16     1.3
+++ snmpdx.pl    2003/09/09 14:08:29     1.4
@@ -477,7 +477,7 @@
 
 #   parameters (defaults)
 my $opt = {
-    'config'    => "@sysconfdir@/snmpdx.cfg",
+    'config'    => "@sysconfdir@/snmpdx/snmpdx.cfg",
     'version'   => 0,
     'help'      => 0,
     'tmpdir'    => ($ENV{TMPDIR} || $ENV{TEMPDIR} || "/tmp"),

CVSTrac 2.0.1