diff options
author | steve <steve@FreeBSD.org> | 1999-08-01 03:11:38 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-08-01 03:11:38 +0000 |
commit | 778f276711f87c5c5c001870421dd317e4707956 (patch) | |
tree | a79ed5c537fea8b635a8f936b50a2e7fd2ee466e /net/ppxp/pkg-install | |
parent | a5a2635cd74e6045e527101ed31f47f941e7f517 (diff) | |
download | FreeBSD-ports-778f276711f87c5c5c001870421dd317e4707956.zip FreeBSD-ports-778f276711f87c5c5c001870421dd317e4707956.tar.gz |
Update to version 0.99072807.
PR: 12872
Submitted by: maintainer
Diffstat (limited to 'net/ppxp/pkg-install')
-rw-r--r-- | net/ppxp/pkg-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/ppxp/pkg-install b/net/ppxp/pkg-install new file mode 100644 index 0000000..e0e21ce --- /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 |