summaryrefslogtreecommitdiff
path: root/net/ppxp/pkg-install
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-08-01 03:11:38 +0000
committerSteve Price <steve@FreeBSD.org>1999-08-01 03:11:38 +0000
commit921ec9203ca781ff51f769bffbd1ed409e66734e (patch)
tree8a8b64d7b76bf842748b8289d2c636c704a1df5e /net/ppxp/pkg-install
parentUpgrade to version 0.9.5b. (the "b" here does not stand for "beta") (diff)
Update to version 0.99072807.
PR: 12872 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=20442
Diffstat (limited to 'net/ppxp/pkg-install')
-rw-r--r--net/ppxp/pkg-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/ppxp/pkg-install b/net/ppxp/pkg-install
new file mode 100644
index 000000000000..e0e21cef7de1
--- /dev/null
+++ b/net/ppxp/pkg-install
@@ -0,0 +1,8 @@
+#!/bin/csh -f
+if $2 == "POST-INSTALL" then
+ echo "========================================================="
+ echo " "
+ echo "Please add users who want to use PPxP to the dialer group"
+ echo " "
+ echo "========================================================="
+endif