Blob Blame History Raw
diff --git a/Makefile b/Makefile
index ab747c8..a362bd5 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ installbin: all
 installconf:
 	install -m 755    -D -d		  $(DESTDIR)/etc/ax25
 	install -m 644    -p etc/axmail.conf $(DESTDIR)/etc/ax25
-	install -m 644    -p etc/welcome.txt $(DESTDIR)/etc/ax25
+	install -m 644    -p etc/axmail-welcome.txt $(DESTDIR)/etc/ax25
 
 installhelp:
 	install -m 755    -D -d		  $(DESTDIR)/usr/share/axmail/help
diff --git a/defines.h b/defines.h
index 50c59f0..5005937 100644
--- a/defines.h
+++ b/defines.h
@@ -18,7 +18,7 @@
 #define USERPROFILE ".profile"
 #define PASSWDFILE "/etc/passwd"
 
-#define WELCOME "/etc/ax25/welcome.txt"
+#define WELCOME "/etc/ax25/axmail-welcome.txt"
 
 #define PATHSIZE 1024
 #define LINESIZE 1024	/* Maximum length of a line in a message */