Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > cf7149350258554e997191b3ba25c909 > files > 69

ppp-2.4.7-13.mga7.armv7hl.rpm

#!/bin/sh
#
# A program or script which is executed after the remote system
# successfully authenticates itself. It is executed with the parameters
# <interface-name> <peer-name> <user-name> <tty-device> <speed>
#

#
# The environment is cleared before executing this script
# so the path must be reset
#
PATH=/usr/sbin:/sbin:/usr/bin:/bin
export PATH

echo auth-down `date +'%y/%m/%d %T'` $* >> /var/log/pppstats

# last line