]> git.pld-linux.org Git - packages/htop.git/commitdiff
- obsolete (acc. to charles)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Sep 2005 14:33:20 +0000 (14:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    htop-home_etc.patch -> 1.2

htop-home_etc.patch [deleted file]

diff --git a/htop-home_etc.patch b/htop-home_etc.patch
deleted file mode 100644 (file)
index b5dd271..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- htop-0.5.2/Settings.c~     2005-04-09 00:41:32.000000000 +0200
-+++ htop-0.5.2/Settings.c      2005-06-08 04:42:24.000000000 +0200
-@@ -29,7 +29,9 @@
-    // TODO: how to get SYSCONFDIR correctly through Autoconf?
-    // char* systemSettings = String_cat(SYSCONFDIR, "/htoprc");
-    // Settings_read(this, systemSettings);
--   char* home = getenv("HOME");
-+   char* home;
-+   home = getenv("HOME_ETC");
-+   if (!home) home = getenv("HOME");
-    this->userSettings = String_cat(home, "/.htoprc");
-    Settings_read(this, this->userSettings);
-    // free(systemSettings);
This page took 0.101591 seconds and 4 git commands to generate.