Displaying 1 result from an estimated 1 matches for "cupsus".
Did you mean:
cupsys
2002 Mar 13
0
rpcclient man page and "--help"
...RedHat,
etc.?
This in on FreeBSD 4.5-STABLE, cups-1.1.14 and samba-2.2.3a compiled
from source.
The code in question appears to be
cups-1.1.14/systemv/cupsaddsmb.c:
143 snprintf(temp, sizeof(temp), "%s -N -U\'%s%%%s\' -c \'%s\'",
144 command, cupsUser(), p, subcmd);
"command" thus apparently becomes "rpcclient localhost" which fails as
rpcclient does not process any further options after encountering host.
Therefore "subcmd" never gets processed.
rpcclient certainly requires host to be final as evinced by:
Failu...