view etc/ps-prin3.ps @ 27474:ed3668c0295a

(socket_status): New function. (main): if $LOGNAME or $USER exist and differ from our euid, look for a socket based on the UID associated with the name.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 28 Jan 2000 15:02:20 +0000
parents e0beb5cd0257
children 16202d8d02cf
line wrap: on
line source

% === BEGIN ps-print prologue 3

% --- duplex feature verification
1
UseSetpagedevice {
  {<< /Duplex DuplexValue /Tumble TumbleValue >> setpagedevice}
}{
  {statusdict begin
    DuplexValue setduplexmode TumbleValue settumble
   end}
}ifelse
CheckConfig

% === END ps-print prologue 3