pkgsrc/sysutils/tkdesk/patches/patch-ae
dmcmahill a6729a70b3 import tkdesk-1.2.
Submitted in PR pkg/17423 by Rui-Xiang Guo <rxg@ms25.url.com.tw>

TkDesk is a graphical file manager for Unix and the X-Window System. It offers
a very rich set of file operations and services, and provides the user with an
immense amount of configurability. TkDesk's configuration flexibility results
from the use of Tcl/Tk as the primary implementation language. Another benefit
of using Tcl/Tk is that TkDesk is very portable and runs on virtually any Unix
platform.
2002-07-03 09:27:00 +00:00

13 lines
609 B
Text

$NetBSD: patch-ae,v 1.1.1.1 2002/07/03 09:27:00 dmcmahill Exp $
--- tcldesk/configs/System.orig Sat Apr 29 18:20:13 2000
+++ tcldesk/configs/System Sat Apr 29 18:21:05 2000
@@ -132,7 +132,7 @@
### most cases).
set tkdesk(cmd,whoami) "whoami" ;# used to determine user's login name
-set tkdesk(cmd,du) "du -Dk" ;# for Disk Usage: usage in KB
+set tkdesk(cmd,du) "du -k" ;# for Disk Usage: usage in KB
set tkdesk(cmd,df) "df" ;# for getting free disk space in KB
set tkdesk(cmd,sort) "sort -rn" ;# for Disk Usage: list biggest first
set tkdesk(cmd,cp) "cp -r" ;# copy recursively