~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to testing/tests/Sv3config

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
 
3
[ "x$SNMP_SMUX_SOCKET" = "x" ] && SNMP_SMUX_SOCKET=/dev/null
 
4
 
 
5
CONFIGAGENT [snmp] persistentdir $SNMP_TMP_PERSISTENTDIR
 
6
CONFIGAGENT smuxsocket $SNMP_SMUX_SOCKET
 
7
 
3
8
# XXX: auto-switch to a supported protocol instead.
4
9
if test "x$DEFAUTHTYPE" = "x"; then
5
10
    if grep '^#define USE_OPENSSL 1' $SNMP_UPDIR/include/net-snmp/net-snmp-config.h $SNMP_UPDIR/include/net-snmp/agent/mib_module_config.h > /dev/null ; then