freebsd-ports/print/p910nd/pkg-plist
Kurt Jaeger 80b9d5c45e New port: print/p910nd
p910nd is a small printer daemon intended for diskless workstations
that does not spool to disk but passes the job directly to the printer.

WWW: http://p910nd.sourceforge.net/

PR:		180446
Submitted by:	kozlov.sergey.404@gmail.com
2014-08-09 19:54:58 +00:00

7 lines
241 B
Text

man/man8/p910nd.8.gz
sbin/p910nd
%%DATADIR%%/banner.pl
%%DATADIR%%/client.pl
@dirrmtry %%DATADIR%%
@exec [ -d %%P910ND_RUNDIR%% ] || mkdir -p %%P910ND_RUNDIR%%
@unexec if [ -z ${UPGRADE_PORT} ] ; then rmdir %%P910ND_RUNDIR%% 2>/dev/null; fi