aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-12-06 14:45:29 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-12-06 14:45:29 +0000
commit006b4156ae80282e6a601cb7df5a0637c8b5afca (patch)
treec2e940d8883e9da27e80b3195d41470aea5e7210 /src/main.c
parentfc8b9c58c2bfb6958d9f2908d9e22a7be4557f03 (diff)
downloadmailfromd-006b4156ae80282e6a601cb7df5a0637c8b5afca.tar.gz
mailfromd-006b4156ae80282e6a601cb7df5a0637c8b5afca.tar.bz2
(MAILFROMSTATEDIR): Rename to DEFAULT_STATE_DIR
git-svn-id: file:///svnroot/mailfromd/trunk@1087 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ee1416d6..06cfbd94 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1582,7 +1582,7 @@ mailfromd_show_defaults()
printf("version: %s\n", VERSION);
printf("script file: %s\n", DEFAULT_SCRIPT_FILE);
printf("user: %s\n", DEFAULT_USER);
- printf("statedir: %s\n", MAILFROMSTATEDIR);
+ printf("statedir: %s\n", DEFAULT_STATE_DIR);
printf("socket: %s\n", DEFAULT_SOCKET);
printf("pidfile: %s\n", DEFAULT_PIDFILE);
printf("database format: ");

Return to:

Send suggestions and report system problems to the System administrator.