Files
ports/sysutils/discus/files/patch-discusrc
Chris Moerz 02ac368328 sysutils/discus: update to 0.5
ChangeLog: https://github.com/ncarrier/discus/releases/tag/0.5.0

Empty and full storage locations didn't have the same width.

PR:		269081
Reported by:	freebsd@ny-central.org (maintainer)
2023-01-23 13:18:56 +01:00

26 lines
794 B
Plaintext

--- discusrc.orig 2023-01-15 08:07:06 UTC
+++ discusrc
@@ -19,11 +19,6 @@ opts["graph"] = 1
opts["graph_char"] = "*"
opts["graph_fill"] = "-"
-## Example mtab entry that uses a shell command (always use a ! as
-## first character) rather than a file:
-## opts["mtab"] = "!/bin/mount |awk '{print $1, $3}'"
-opts["mtab"] = "/etc/mtab"
-
## Number of decimal places to display, same as -p
opts["places"] = 1
@@ -32,10 +27,6 @@ opts["skip_list"] = ["/dev/pts", "/proc", "/dev", "/pr
## Use smart formatting of numbers.
opts["smart"] = 1
-
-## Location of stat program in lieu of Python's statvfs module.
-# Deprecated starting from version 0.3.0
-#opts["stat_prog"] = "stat -ft"
## These colors should work on VT100-type displays. Change them if you use
## something else.