mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
on FreeBSD 4x the port sysutils/bsdstats should depend on net/netcat
PR: ports/106373 Submitted by: George L. Yermulnik"<yz@yz.kiev.ua>
This commit is contained in:
parent
c86deb6ba6
commit
f03b4b4e03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178936
@ -13,6 +13,8 @@ DISTFILES=
|
||||
MAINTAINER= scrappy@freebsd.org
|
||||
COMMENT= Monthly script for reporting anonymous statistics about your machine
|
||||
|
||||
RUN_DEPENDS= nc:${PORTSDIR}/net/netcat
|
||||
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= etc/periodic/monthly/300.statistics
|
||||
PLIST_DIRS= etc/periodic/monthly \
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.35 2006-12-04 01:44:24 scrappy Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/Attic/300.statistics,v 1.36 2006-12-05 13:26:32 scrappy Exp $
|
||||
#
|
||||
|
||||
# If there is a global system configuration file, suck it in.
|
||||
@ -181,7 +181,7 @@ ${proxy_auth}Content-Type: application/x-www-form-urlencoded
|
||||
Content-Length: ${string_length}
|
||||
|
||||
token=${TOKEN}&key=${KEY}${query_string}" | \
|
||||
/usr/bin/nc $nc_host $nc_port | \
|
||||
nc $nc_host $nc_port | \
|
||||
grep STATUS= | {
|
||||
local IFS
|
||||
IFS='=
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.35 2006-12-04 01:44:24 scrappy Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/sysutils/bsdstats/files/300.statistics.in,v 1.36 2006-12-05 13:26:32 scrappy Exp $
|
||||
#
|
||||
|
||||
# If there is a global system configuration file, suck it in.
|
||||
@ -181,7 +181,7 @@ ${proxy_auth}Content-Type: application/x-www-form-urlencoded
|
||||
Content-Length: ${string_length}
|
||||
|
||||
token=${TOKEN}&key=${KEY}${query_string}" | \
|
||||
/usr/bin/nc $nc_host $nc_port | \
|
||||
nc $nc_host $nc_port | \
|
||||
grep STATUS= | {
|
||||
local IFS
|
||||
IFS='=
|
||||
|
Loading…
Reference in New Issue
Block a user