Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37562328
en ru br
ALT Linux repos
S:2.8.9-alt1.pre.1.1
5.0: 2.8.6-alt7.rel.2
4.1: 2.8.6-alt3.rel.2
4.0: 2.8.6-alt2.rel.2.1
3.0: 2.8.5-alt4.dev.16.1

Group :: Networking/WWW
RPM: lynx

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: lynx.printers.patch
Download


--- lynx.cfg.orig	2001-12-16 15:01:49 +0300
+++ lynx.cfg	2001-12-16 17:02:18 +0300
@@ -1597,6 +1597,9 @@
 #
 # Printer examples:
 .ex 3
+PRINTER:send to the default printer:bash -c "lpr %s || { echo $\\"Something went wrong; press any key to continue\\"; read -s -n 1; }":FALSE
+PRINTER:send to a specified printer:bash -c "lpr -P'$(echo -n 'Enter a printer name\: ' >&2 && head --lines=1)' %s || { echo $\\"Something went wrong; press any key to continue\\"; read -s -n 1; }":FALSE
+PRINTER:Specify the command now:echo -n "Enter a print command\: "; read word; sh -c "$word %s || { echo $\\"Something went wrong; press any key to continue\\"; read -s -n 1; }":FALSE
 #PRINTER:Computer Center printer:lpr -Pccprt %s:FALSE
 #PRINTER:Office printer:lpr -POffprt %s:TRUE
 #PRINTER:VMS printer:print /queue=cc$print %s:FALSE:58
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin