FreeBSD Bugzilla – Attachment 166987 Details for
Bug 207190
[PATCH] x11-fm/xdiskusage: correct wrong df(1) parameters
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
calling df(1) with correct parameters for FreeBSD
patch-xdiskusage_C (text/plain), 430 bytes, created by
Kalten
on 2016-02-14 15:51:52 UTC
(
hide
)
Description:
calling df(1) with correct parameters for FreeBSD
Filename:
MIME Type:
Creator:
Kalten
Created:
2016-02-14 15:51:52 UTC
Size:
430 bytes
patch
obsolete
>--- xdiskusage.C.orig 2015-02-10 00:29:18.000000000 +0100 >+++ xdiskusage.C 2016-02-14 11:57:10.798244000 +0100 >@@ -28,6 +28,9 @@ > #elif defined(__bsdi__) > # define DF_COMMAND "df" > # define DU_COMMAND "du -x" >+#elif defined(__FreeBSD__) >+# define DF_COMMAND "df -k -t noprocfs,devfs,fdescfs" >+# define DU_COMMAND "du -kx" > #elif defined(SVR4) || defined(__sun) > # define DF_COMMAND "/bin/df -k" > # define DU_COMMAND "/bin/du -kd"
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 207190
: 166987