d40b5ed2fc
Changes: - honour PKG_SYSCONFDIR, fix manpage accordingly - install sample configuration files 7.2.10: ======= - Applied patch from debian bug database that adds a -format option to larsclock. Changed the default format to be 12 hour clock. - Applied patch from Edelhard Becker to fix focus problem with GTK2 applications. 7.2.9: ====== - Changes to default config files to update them for RedHat 9. (Using Mozilla instead of Galeon etc) - Removed some unused code. - When specifying Class~Instance, if you do not include both (using the tilde), your string is compared both to class and instance of the client.
13 lines
329 B
Text
13 lines
329 B
Text
$NetBSD: patch-aa,v 1.1 2003/05/16 08:21:50 salo Exp $
|
|
|
|
--- dat.h.orig 2003-04-28 15:01:17.000000000 +0200
|
|
+++ dat.h 2003-05-16 09:31:47.000000000 +0200
|
|
@@ -21,7 +21,7 @@
|
|
|
|
#define DEFSHELL "/bin/sh"
|
|
|
|
-#define DEFRC "/etc/X11/larswmrc"
|
|
+#define DEFRC PKG_SYSCONFDIR"/larswmrc"
|
|
|
|
#define MAXSCREENS 4
|
|
#define MAXDESKTOPS 16
|