sysutils/ncdu: Fix runtime --exclude-kernfs error message
- Bump PORTREVISION for package change PR: 269263 Reported by: Yani Karydis <yani@pi-greece.eu>
This commit is contained in:
parent
269ce36039
commit
3236c8cc11
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= ncdu
|
||||
PORTVERSION= 1.18
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://dev.yorhel.nl/download/
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
int follow_symlinks = 0;
|
||||
int follow_firmlinks = 1;
|
||||
int confirm_quit = 0;
|
||||
+int exclude_kernfs = 1;
|
||||
+int exclude_kernfs = 0;
|
||||
int si = 0;
|
||||
int show_as = 0;
|
||||
int graph = 1;
|
||||
|
|
Loading…
Reference in a new issue