diff options
Diffstat (limited to 'net-dialup/accounting/files/ip-down.sh')
-rw-r--r-- | net-dialup/accounting/files/ip-down.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-dialup/accounting/files/ip-down.sh b/net-dialup/accounting/files/ip-down.sh new file mode 100644 index 00000000..10074598 --- /dev/null +++ b/net-dialup/accounting/files/ip-down.sh @@ -0,0 +1,3 @@ +#! /bin/sh +echo `/bin/date --utc +'%F %X'` "${1}" d om "${BYTES_RCVD}" "${BYTES_SENT}" \ + >>'ACCOUNTING_LOG' |