File: distributed-net.ppp.ip-up

package info (click to toggle)
distributed-net 2.9112.521%2Barm64-3
  • links: PTS
  • area: non-free
  • in suites: bookworm, forky, sid, trixie
  • size: 9,336 kB
  • sloc: sh: 144; makefile: 51
file content (12 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Update/flush buffers for distributed-net

syncppp="YES"

if [ -r /etc/default/distributed-net ]; then
	. /etc/default/distributed-net
fi

if [ X"${syncppp}" = X"YES" ]; then
	/etc/init.d/distributed-net update
fi