1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/examples/printer-accounting/acct-all
Samba Release Account 14bae3a0bd Some examples for printer accounting that I use with samba. lp-acct is
an example for a local printer off a samba server, hp5-redir is for a
remote printer.  acct-sum, does the stats from acct-all.  There is an
example printcap entry for the redirection of the printer.  Lots more
to come!

<pkelly@ets.net>
0001-01-01 00:00:00 +00:00

10 lines
114 B
Bash

#!/bin/sh
echo ""
date
echo ""
echo "Pages are approximate ..."
echo ""
/etc/conf/acct-sum /var/log/lp/*
echo ""