[PATCH] Set config file location to /etc/uswsusp.conf (the Debian default)

From: Ferenc Wagner
Date: Mon Nov 09 2009 - 19:15:59 EST


---
config_parser.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config_parser.h b/config_parser.h
index b1adb7f..3a85793 100644
--- a/config_parser.h
+++ b/config_parser.h
@@ -27,4 +27,4 @@ int parse(char *my_name, char *file_name, struct config_par *parv);
void usage(char *my_name, struct option options[], const char *short_options);
void version(char *my_name, char *extra_version);

-#define CONFIG_FILE "/etc/suspend.conf"
+#define CONFIG_FILE "/etc/uswsusp.conf"
--
1.5.6.5


--=-=-=
Content-Type: text/x-diff
Content-Disposition: inline; filename=0002-Add-some-debugging-output.patch