File: ppp.ip-up

package info (click to toggle)
sn 0.3.8-9.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 916 kB
  • ctags: 852
  • sloc: ansic: 9,260; sh: 466; makefile: 208
file content (5 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#!/bin/sh
. /etc/news/sn/debian-config
if [ "$RUNFROM" = "ip-up" ]; then
	/usr/sbin/snget 2>&1 >/dev/null &
fi