summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/simple/ChangeLog5
-rw-r--r--src/appl/simple/simple.h3
2 files changed, 7 insertions, 1 deletions
diff --git a/src/appl/simple/ChangeLog b/src/appl/simple/ChangeLog
index 30dcd2f21..a2ae28f7d 100644
--- a/src/appl/simple/ChangeLog
+++ b/src/appl/simple/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 15 14:24:37 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * simple.h (SIMPLE_SERVICE, SIMPLE_PORT): Use separate definitions
+ for the Kerberos instance name and the UDP port name.
+
Thu Aug 24 19:25:48 1995 Theodore Y. Ts'o <tytso@dcl>
* .Sanitize: Update file list
diff --git a/src/appl/simple/simple.h b/src/appl/simple/simple.h
index 3606a4909..f908e2ca1 100644
--- a/src/appl/simple/simple.h
+++ b/src/appl/simple/simple.h
@@ -25,4 +25,5 @@
* server & client applications.
*/
-#define SERVICE "sample"
+#define SIMPLE_SERVICE "sample"
+#define SIMPLE_PORT "sample"