File: leafnode.ppp.ip-up

package info (click to toggle)
leafnode 1.11.11-3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,460 kB
  • sloc: ansic: 10,914; sh: 1,748; xml: 628; makefile: 296; perl: 84; sed: 4
file content (9 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
#!/bin/sh

. /etc/news/leafnode/debian-config

# Start fetchnews (in background as it can be a very long running
# process).
if [ "$NETWORK" = "PPP" -a -x /usr/sbin/fetchnews ]; then
   su news -c "/usr/sbin/fetchnews" &
fi