Check-in Number:
|
3616 | |
Date: |
2003-Sep-19 12:32:44 (local)
2003-Sep-19 10:32:44 (UTC) |
User: | rse |
Branch: | |
Comment: |
Fix location of net-snmp tools by correctly substituting the bindir location. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/snmpdx/ChangeLog 1.11 -> 1.12
--- ChangeLog 2003/09/10 15:01:44 1.11
+++ ChangeLog 2003/09/19 10:32:44 1.12
@@ -11,6 +11,10 @@
Changes between 0.2.6 and 0.2.7 (10-Sep-2003 to 10-Sep-2003):
+ *) Fix location of net-snmp tools by correctly substituting
+ the bindir location.
+ [Ralf S. Engelschall]
+
*) More source tree cleanups and polishing.
[Ralf S. Engelschall]
|
|
ossp-pkg/snmpdx/README 1.9 -> 1.10
--- README 2003/09/10 15:01:44 1.9
+++ README 2003/09/19 10:32:44 1.10
@@ -5,7 +5,7 @@
|_|_|_| \___/|____/____/|_| |___/_| |_|_| |_| |_| .__/ \__,_/_/\_\
|_|
OSSP snmpdx - SNMP Daemon Extension
- Version 0.2.6 (10-Sep-2003)
+ Version 0.2.7 (19-Sep-2003)
ABSTRACT
|
|
ossp-pkg/snmpdx/VERSION 1.7 -> 1.8
--- VERSION 2003/09/10 14:17:56 1.7
+++ VERSION 2003/09/19 10:32:44 1.8
@@ -2,5 +2,5 @@
VERSION -- Version Information for OSSP snmpdx (syntax: Text)
[automatically generated and maintained by GNU shtool]
- This is OSSP snmpdx, Version 0.2.6 (10-Sep-2003)
+ This is OSSP snmpdx, Version 0.2.7 (19-Sep-2003)
|
|
ossp-pkg/snmpdx/snmpdx.pl 1.8 -> 1.9
--- snmpdx.pl 2003/09/10 15:01:44 1.8
+++ snmpdx.pl 2003/09/19 10:32:44 1.9
@@ -486,7 +486,7 @@
'get' => 0,
'next' => 0,
'set' => 0,
- 'bindir' => "/cw/bin",
+ 'bindir' => "@bindir@",
'probedir' => "@libexecdir@/snmpdx",
'probename' => "*",
'mibdir' => "@datadir@/snmpdx:@snmpmibdir@",
|
|