~ubuntu-branches/ubuntu/edgy/net-snmp/edgy-updates

« back to all changes in this revision

Viewing changes to agent/snmpd.c

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-03-31 04:21:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050331042137-z0vw1grslj6cek9k
Tags: 5.1.2-6ubuntu2
Apply safe-but-hackish patch by Henrique de Moraes Holschuh to
fix the libdir in libsnmp5-dev's .la files (Ubuntu bug #8393)

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
#define AGENT_RUNNING 1
190
190
#define AGENT_STOPPED 0
191
191
int             agent_status = AGENT_STOPPED;
192
 
LPTSTR          g_szAppName = _T("Net-Snmp Agent");     /* Application Name */
 
192
LPTSTR          g_szAppName = _T("Net-SNMP Agent");     /* Application Name */
193
193
#endif
194
194
 
195
195
extern char   **argvrestartp;