FreeBSD Bugzilla – Attachment 6689 Details for
Bug 14975
lpc start subcmd doesn't start printing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 628 bytes, created by
kheuer
on 1999-11-18 14:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kheuer
Created:
1999-11-18 14:50:01 UTC
Size:
628 bytes
patch
obsolete
>*** cmds.c Thu Nov 18 15:12:03 1999 >--- cmds.c.orig Sun Aug 29 17:43:18 1999 >*************** >*** 591,597 **** > */ > seteuid(euid); > if (enable && stat(lf, &stbuf) >= 0) { >! mode_t bits = (enable == 2 ? 0 : LFM_QUEUE_DIS); > if (chmod(lf, stbuf.st_mode & (LOCK_FILE_MODE | bits)) < 0) > printf("\tcannot enable printing\n"); > else >--- 591,598 ---- > */ > seteuid(euid); > if (enable && stat(lf, &stbuf) >= 0) { >! mode_t bits = (enable == 2 ? 0 >! : (LFM_PRINT_DIS | LFM_QUEUE_DIS)); > if (chmod(lf, stbuf.st_mode & (LOCK_FILE_MODE | bits)) < 0) > printf("\tcannot enable printing\n"); > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14975
: 6689