From f7b61677d396a15aa3292b62e7fe05ffb2bcd648 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 6 Jan 1997 14:03:00 +0000 Subject: [PATCH] pkg/DISPLAY -> pkg/MESSAGE Reported by: Kiriyama Kazuhiko --- handbook/porting.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/handbook/porting.sgml b/handbook/porting.sgml index 96732d7823..c6ae12071b 100644 --- a/handbook/porting.sgml +++ b/handbook/porting.sgml @@ -1,4 +1,4 @@ - + Porting an existing piece of free software @@ -1044,10 +1044,10 @@ MAN8= baz.8 /etc/make.conf.)

If you need to display a message to the installer, you may - place the message in pkg/DISPLAY. This capibility + place the message in pkg/MESSAGE. This capibility is often useful to display additional installation steps to be taken after a pkg_add, or to display licensing information. - (note: the DISPLAY file does not need to be added to pkg/PLIST). + (note: the MESSAGE file does not need to be added to pkg/PLIST).