We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 1.2-current CUPS.org User: pipitas
"make test" does create a list of symlinks to enable the CUPS backends like this:
ln -s $root/backend/http /tmp/cups-$user/bin/backend ln -s $root/backend/ipp /tmp/cups-$user/bin/backend ln -s $root/backend/lpd /tmp/cups-$user/bin/backend [....]
It should create one for the snmp backend too, to allow testing its printer dicover capabilities:
ln -s $root/backend/snmp /tmp/cups-$user/bin/backend
The text was updated successfully, but these errors were encountered:
CUPS.org User: mike
Fixed in Subversion repository.
Sorry, something went wrong.
No branches or pull requests
Version: 1.2-current
CUPS.org User: pipitas
"make test" does create a list of symlinks to enable the CUPS backends like this:
ln -s $root/backend/http /tmp/cups-$user/bin/backend
ln -s $root/backend/ipp /tmp/cups-$user/bin/backend
ln -s $root/backend/lpd /tmp/cups-$user/bin/backend
[....]
It should create one for the snmp backend too, to allow testing its printer dicover capabilities:
ln -s $root/backend/snmp /tmp/cups-$user/bin/backend
The text was updated successfully, but these errors were encountered: