--- README.twiddler.orig Thu Sep 3 18:32:08 1998 +++ README.twiddler Thu Sep 3 18:34:53 1998 @@ -101,6 +101,13 @@ file, and provide documentation as well. Using a compulsory configuration file reliefs my workload :-) +[Slackware NOTE: The location of the config file has been changed + to /etc, since that's where the gpm config files have traditionally + been located, and since it's our policy *not* to put config files in + the /usr directory when we can avoid it. After all, some installations + mount /usr from a read-only source like a CD-ROM. So, disregard the + paragraph below in regards to /usr/etc. ] + The file "gpm-twiddler.conf" that appears in the gpm configuration includes the default keyboard map, and can be used right away. If the file is not in place, gpm will complain about its absence. By default --- twiddler.h.orig Thu Sep 3 18:10:52 1998 +++ twiddler.h Thu Sep 3 18:11:04 1998 @@ -46,7 +46,7 @@ #define TW_M_MASK 0x1FF /* mask of movement bits, after shifting */ #define TW_M_BIT 0x100 -#define TW_SYSTEM_FILE PREFIX "/etc/gpm-twiddler.conf" -#define TW_CUSTOM_FILE PREFIX "/etc/gpm-twiddler.user" +#define TW_SYSTEM_FILE "/etc/gpm-twiddler.conf" +#define TW_CUSTOM_FILE "/etc/gpm-twiddler.user"