From 8d9143cbcfd930bf0c2cb3073beb6b27104df915 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Tue, 23 Jul 1996 03:30:56 +0000 Subject: 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! (This used to be commit 14bae3a0bd380c524409d36c75c13d4a6daa6302) --- examples/printer-accounting/acct-all | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/printer-accounting/acct-all (limited to 'examples/printer-accounting/acct-all') diff --git a/examples/printer-accounting/acct-all b/examples/printer-accounting/acct-all new file mode 100644 index 0000000000..dc8f175b3c --- /dev/null +++ b/examples/printer-accounting/acct-all @@ -0,0 +1,9 @@ +#!/bin/sh + +echo "" +date +echo "" +echo "Pages are approximate ..." +echo "" +/etc/conf/acct-sum /var/log/lp/* +echo "" -- cgit