- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- change printer cancel-behaviour
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 04:05 AM
06-06-2001 04:05 AM
My printers are all created with the
lpadmin "-orc" option.
eg. users can only cancel their own jobs.
I want to change that, so all users can cancel all jobs.
I have several servers and lots of printers, which all should be changed. How can I do that.
As I see it, I have to delete the printer then create it again. (that is not a solution)
Which file should I change?
I created 2 printers: one whith- and one whitout "-orc".
I can't find the difference ... Where is it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 04:32 AM
06-06-2001 04:32 AM
Re: change printer cancel-behaviour
Have you compared those files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 04:55 AM
06-06-2001 04:55 AM
Re: change printer cancel-behaviour
$ ll
-rwxr-xr-x 1 lp lp 10985
-rwxr-xr-x 1 lp lp 10985
$ diff test1 test2
$
No diff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 07:11 AM
06-06-2001 07:11 AM
Re: change printer cancel-behaviour
If you take a look at the script, you can see the commands and escape sequences it uses to set up the printer for output.
The scripts in /usr/spool/lp/model should NOT be modified, as they are replaced by updates. However, you are welcome to customize
the scripts in the /usr/spool/lp/interface directory. Read the comments in the script for instructions on modifying the file and on specifying overriding options dynamically at print time.
As you scan through the script, you will see one section of comments that tells you how to modify the script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 07:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 11:03 PM
06-06-2001 11:03 PM
Re: change printer cancel-behaviour
I have to delete all printers, then install them again? Or ....