From 63b2a76f649ce017accfc9b1cf9b0bffaeb6f1b1 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 1 Feb 2001 12:31:43 +0000 Subject: Initial import of pkgsurvey, a utility to feedback package usage information, when run, to the NetBSD pkgsrc people. There is a possibility that you may not want to divulge this information - in which case, you should consider deleting this package from your system (to ensure that no-one can run it). Information is only sent when pkgsurvey is invoked. The information gathered will not be divulged to anyone. It will be used for pkgsrc scheduling purposes. --- pkgtools/pkgsurvey/files/pkgsurvey.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkgtools/pkgsurvey/files/pkgsurvey.sh (limited to 'pkgtools/pkgsurvey/files') diff --git a/pkgtools/pkgsurvey/files/pkgsurvey.sh b/pkgtools/pkgsurvey/files/pkgsurvey.sh new file mode 100644 index 00000000000..455144c2e45 --- /dev/null +++ b/pkgtools/pkgsurvey/files/pkgsurvey.sh @@ -0,0 +1,5 @@ +#! /bin/sh + +${PKG_INFO} | sort | mail -s "`hostname` `${UNAME} -s`-`${UNAME} -p`-`${UNAME} -r`" agc-pkgsurvey@pkgsrc.org + +exit 0 -- cgit v1.2.3