mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
8d9143cbcf
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> (This used to be commit 14bae3a0bd380c524409d36c75c13d4a6daa6302)
10 lines
114 B
Bash
10 lines
114 B
Bash
#!/bin/sh
|
|
|
|
echo ""
|
|
date
|
|
echo ""
|
|
echo "Pages are approximate ..."
|
|
echo ""
|
|
/etc/conf/acct-sum /var/log/lp/*
|
|
echo ""
|