소스 검색

fix startup script

Waldemar Brodkorb 15 년 전
부모
커밋
0bb96e1154
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      package/net-snmp/Makefile
  2. 1 1
      package/net-snmp/files/snmpd.postinst

+ 1 - 1
package/net-snmp/Makefile

@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 
 PKG_NAME:=		net-snmp
 PKG_VERSION:=		5.5
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		5b2551e7bd024fbbee84dca22a5f13a1
 PKG_DESCR:=		SNMP Agent
 PKG_SECTION:=		net/misc

+ 1 - 1
package/net-snmp/files/snmpd.postinst

@@ -1,4 +1,4 @@
 #!/bin/sh
 . $IPKG_INSTROOT/etc/functions.sh
 add_rcconf snmpd
-add_rcconf 'use "-Ls info" to log to syslog' snmpd_flags '-Ls info'
+add_rcconf 'use "-Ls 1" to log to syslog' snmpd_flags '-Ls 1'