OpenAFS CVS Commit: openafs/src/ptserver by shadow
cvs@GRAND.CENTRAL.ORG
cvs@GRAND.CENTRAL.ORG
Tue, 18 Mar 2008 11:58:41 EDT
Update of /cvs/openafs/src/ptserver
In directory GRAND.CENTRAL.ORG:/data/sb/openafs/src/ptserver
Modified Files:
pts.c
Log Message:
DELTA pts-process-input-file-and-exit-20080318
AUTHOR klm@endpoint.com
LICENSE IPL10
FIXES
The pts program has a command 'source' to read commands from
a file. In the interactive "shell" mode, this command works,
reading and executing commands until the end of the file and
then returning to the command shell.
This command is valid for use as a command line option, but
does not work. It requires a valid filename as an argument,
but does not process the file, instead just dropping the user
into the interactive mode.
When given as a command line option, pts source SHOULD read
the file, execute the commands and then exit, according to
the documentation. It does not currently do this and should
be fixed.
--- DELTA config follows ---
pts-process-input-file-and-exit-20080318 openafs/src/ptserver/pts.c 1.19 1.20