From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- mail/deliver/DESCR | 20 ++++++++++++++++++++ mail/deliver/PLIST | 19 +++++++++++++++++++ mail/deliver/pkg/DESCR | 20 -------------------- mail/deliver/pkg/PLIST | 19 ------------------- 4 files changed, 39 insertions(+), 39 deletions(-) create mode 100644 mail/deliver/DESCR create mode 100644 mail/deliver/PLIST delete mode 100644 mail/deliver/pkg/DESCR delete mode 100644 mail/deliver/pkg/PLIST (limited to 'mail/deliver') diff --git a/mail/deliver/DESCR b/mail/deliver/DESCR new file mode 100644 index 00000000000..501ee590224 --- /dev/null +++ b/mail/deliver/DESCR @@ -0,0 +1,20 @@ +Deliver delivers E-Mail on the local system. + +Deliver allows any user to write a shell script that processes all +incoming mail messages for that user. The system administrator may +also install scripts that process all messages. + +The output of a script is a list of mail addresses, files and programs +that should receive the message. It has access to each message as it +is processed, so the action can be content dependent. The script may +also generate automatic replies, like the "vacation" program, or pass +along a modified version of the original message. + +Deliver can be used to construct mail-based services (e.g. automatic +mailing list maintenance). It can also be used to filter mail +automatically in prearranged ways (e.g. encryption and decryption, +tossing junk mail, or vacation notices). + +Although deliver works best when installed set-user-id root, it can +perform many of its functions even when installed in the private bin +directory of a regular user. diff --git a/mail/deliver/PLIST b/mail/deliver/PLIST new file mode 100644 index 00000000000..e936fc56e6e --- /dev/null +++ b/mail/deliver/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:59:47 zuntum Exp $ +bin/deliver +bin/header +man/cat1/deliver.0 +man/cat1/header.0 +man/man1/deliver.1 +man/man1/header.1 +share/doc/deliver/INSTALL +share/doc/deliver/MMDF +share/doc/deliver/README +share/doc/deliver/SENDMAIL +share/examples/deliver/README +share/examples/deliver/p-aliases +share/examples/deliver/s-aliases +share/examples/deliver/u-chip +share/examples/deliver/u-notify +share/examples/deliver/u-vacation +@dirrm share/examples/deliver +@dirrm share/doc/deliver diff --git a/mail/deliver/pkg/DESCR b/mail/deliver/pkg/DESCR deleted file mode 100644 index 501ee590224..00000000000 --- a/mail/deliver/pkg/DESCR +++ /dev/null @@ -1,20 +0,0 @@ -Deliver delivers E-Mail on the local system. - -Deliver allows any user to write a shell script that processes all -incoming mail messages for that user. The system administrator may -also install scripts that process all messages. - -The output of a script is a list of mail addresses, files and programs -that should receive the message. It has access to each message as it -is processed, so the action can be content dependent. The script may -also generate automatic replies, like the "vacation" program, or pass -along a modified version of the original message. - -Deliver can be used to construct mail-based services (e.g. automatic -mailing list maintenance). It can also be used to filter mail -automatically in prearranged ways (e.g. encryption and decryption, -tossing junk mail, or vacation notices). - -Although deliver works best when installed set-user-id root, it can -perform many of its functions even when installed in the private bin -directory of a regular user. diff --git a/mail/deliver/pkg/PLIST b/mail/deliver/pkg/PLIST deleted file mode 100644 index 1b1787574d8..00000000000 --- a/mail/deliver/pkg/PLIST +++ /dev/null @@ -1,19 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/27 14:06:06 wiz Exp $ -bin/deliver -bin/header -man/cat1/deliver.0 -man/cat1/header.0 -man/man1/deliver.1 -man/man1/header.1 -share/doc/deliver/INSTALL -share/doc/deliver/MMDF -share/doc/deliver/README -share/doc/deliver/SENDMAIL -share/examples/deliver/README -share/examples/deliver/p-aliases -share/examples/deliver/s-aliases -share/examples/deliver/u-chip -share/examples/deliver/u-notify -share/examples/deliver/u-vacation -@dirrm share/examples/deliver -@dirrm share/doc/deliver -- cgit v1.2.3