search for: rmcmd

Displaying 2 results from an estimated 2 matches for "rmcmd".

Did you mean: rcmd
2003 Mar 19
4
Samba print command only works on restart, help!
...; $to_address, subject => $print_job, msg => $msg_body, file => $output_location, auth => 'LOGIN', authid => $auth_user, authpwd => $auth_pass }) < 0) { die "$Mail::Sender::Error\n"; } print "Mail sent to $to_address successfully.\n"; @rmcmd = ("rm", $print_location, $output_location); system(@rmcmd) == 0 or die "system @rmcmd failed: $?"; print "Spool cleared.\n";
1999 Nov 23
0
[PATCH] Adding BSD compatible install script to 1.2pre14.
...;${STRIPPROG-strip}" +rmprog="${RMPROG-rm}" +mkdirprog="${MKDIRPROG-mkdir}" + +transformbasename="" +transform_arg="" +instcmd="$mvprog" +chmodcmd="$chmodprog 0755" +chowncmd="" +chgrpcmd="" +stripcmd="" +rmcmd="$rmprog -f" +mvcmd="$mvprog" +src="" +dst="" +dir_arg="" + +while [ x"$1" != x ]; do + case $1 in + -c) instcmd="$cpprog" + shift + continue;; + + -d) dir_arg=true + shift + continue;; + + -m) chmodcmd="$...