summaryrefslogtreecommitdiff
path: root/examples/printing/VampireDriversFunctions
AgeCommit message (Collapse)AuthorFilesLines
2024-06-28examples: Use cp with force optionAndreas Schneider1-3/+3
"Error: SHELLCHECK_WARNING: /usr/share/doc/samba/printing/VampireDriversFunctions:951:15: warning[SC2216]: Piping to 'cp', a command that doesn't read stdin. Wrong command or missing xargs? 949| CWD2=""$( pwd )"" ; 950| cd ""${i}""; 951|-> echo ""yes"" | cp ../alldriverfiles.txt . 2> /dev/null ; 952| 953| cat alldriverfiles.txt \" Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Noel Power <npower@samba.org>
2022-08-17examples: Fix shellcheck error in VampireDriversFunctionsAndreas Schneider1-16/+16
examples/printing/VampireDriversFunctions:183:24: error: Double quote array expansions to avoid re-splitting elements. [SC2068] Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
2022-08-17examples: Remove trailing spaces in VampireDriversFunctionsAndreas Schneider1-206/+206
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
2012-07-03doc: Remove all references to 'printer admin' option.Andreas Schneider1-5/+5
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison1-1/+1
Jeremy. (This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
2007-10-10r291: adding printer and driver migration shell script from Kurt PfeifleGerald Carter1-0/+1657
(This used to be commit 4d806384c0c1b97ca1707809c609090b7a252f90)