FreeBSD Bugzilla – Attachment 37003 Details for
Bug 59065
/tmp/.X0-lock is not removed if clear_tmp_enable is not enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cleartmp.diff
cleartmp.diff (text/plain; charset=us-ascii), 956 bytes, created by
Mike Makonnen
on 2003-12-01 12:20:47 UTC
(
hide
)
Description:
cleartmp.diff
Filename:
MIME Type:
Creator:
Mike Makonnen
Created:
2003-12-01 12:20:47 UTC
Size:
956 bytes
patch
obsolete
>Index: etc/rc.d/cleartmp >=================================================================== >RCS file: /home/ncvs/src/etc/rc.d/cleartmp,v >retrieving revision 1.4 >diff -u -r1.4 cleartmp >--- etc/rc.d/cleartmp 12 Oct 2002 10:31:31 -0000 1.4 >+++ etc/rc.d/cleartmp 1 Dec 2003 12:14:11 -0000 >@@ -27,20 +27,20 @@ > (cd /tmp && rm -rf [a-km-pr-zA-Z]* && > find -x . ! -name . ! -name lost+found ! -name quota.user \ > ! -name quota.group -exec rm -rf -- {} \; -type d -prune) >- >- case ${OSTYPE} in >- FreeBSD) >- # Remove X lock files, since they will prevent you from >- # restarting X >- # >- rm -f /tmp/.X*-lock >- rm -fr /tmp/.X11-unix >- mkdir -m 1777 /tmp/.X11-unix >- ;; >- NetBSD) >- ;; >- esac > } > > load_rc_config $name > run_rc_command "$1" >+ >+case ${OSTYPE} in >+FreeBSD) >+ # Remove X lock files, since they will prevent you from >+ # restarting X >+ # >+ rm -f /tmp/.X*-lock >+ rm -fr /tmp/.X11-unix >+ mkdir -m 1777 /tmp/.X11-unix >+ ;; >+NetBSD) >+ ;; >+esac
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 59065
: 37003