Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > e5449fda924437df8abeb33757c95454 > files > 37

ppp-2.4.4-3.1mdv2008.1.x86_64.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-up `date +'%y/%m/%d %T'` $* >> /var/log/pppstats

# last line