Skip to content
New issue

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

"make test" should make use of the snmp backend #1625

Closed
michaelrsweet opened this issue Apr 30, 2006 · 1 comment
Closed

"make test" should make use of the snmp backend #1625

michaelrsweet opened this issue Apr 30, 2006 · 1 comment
Milestone

Comments

@michaelrsweet
Copy link
Collaborator

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

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Fixed in Subversion repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant