mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
9 lines
142 B
Text
9 lines
142 B
Text
|
|
#!/bin/sh
|
||
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
# Example for /etc/ppp/ip-up file.
|
||
|
|
|
||
|
|
/usr/bin/logger -p daemon.notice -t pppd "$1 is up"
|
||
|
|
/usr/sbin/ntpdate ntpserver
|