]> git.michaelhowe.org Git - packages/o/openafs.git/commit
STABLE14-pts-process-input-file-and-exit-20080318
authorKevin McBride <klm@endpoint.com>
Tue, 18 Mar 2008 15:59:07 +0000 (15:59 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 18 Mar 2008 15:59:07 +0000 (15:59 +0000)
commit524e6104e5d440e125014e2510fb3050e3c29e99
treef152068d1bdc4df3f80b0a018becb0ad8b325ac2
parent73681e858ec84dde05da3ed59d21f8cae4c687d0
STABLE14-pts-process-input-file-and-exit-20080318

LICENSE IPL10

 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.

(cherry picked from commit db4c703131c4fe68e699d873525f1055845545f7)
src/ptserver/pts.c