FreeBSD Bugzilla – Attachment 215379 Details for
Bug 247098
x11/slim: Make slim service stoppable again
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file generated with svn diff
patch.diff (text/plain), 607 bytes, created by
Samy Mahmoudi
on 2020-06-08 22:04:54 UTC
(
hide
)
Description:
Patch file generated with svn diff
Filename:
MIME Type:
Creator:
Samy Mahmoudi
Created:
2020-06-08 22:04:54 UTC
Size:
607 bytes
patch
obsolete
>Index: x11/slim/files/slim.in >=================================================================== >--- x11/slim/files/slim.in (révision 537617) >+++ x11/slim/files/slim.in (copie de travail) >@@ -47,7 +47,7 @@ > for file in $pidfile /var/run/slim.auth; do > [ -e "$file" ] && unlink $file > done >- >+ > # Needed if neither file exists > return 0 > } >@@ -58,7 +58,7 @@ > > find_pidfile > >- xpid=`ps -axww | grep '/bin/[X] .* -auth /var/run/slim.auth' | grep -v grep | awk '{print $1};'` >+ xpid=`ps -axww | grep '/bin/[X]org .* -auth /var/run/slim.auth' | awk '{print $1};'` > [ -n "$xpid" ] && kill $xpid > } >
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 247098
:
215379
|
215803