Page MenuHomeDevCentral

720.portsnap
No OneTemporary

720.portsnap

#!/bin/sh
# -------------------------------------------------------------
# Fetch ports
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Author : FreeBSD contributors
# License: BSD-2-Clause
# Source file: roles/core/userland-software/files/720.portsnap
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
# -------------------------------------------------------------
# If there is a global system configuration file, suck it in.
#
if [ -r /etc/defaults/periodic.conf ]
then
. /etc/defaults/periodic.conf
source_periodic_confs
fi
case "$daily_portsnap_enable" in
[Yy][Ee][Ss])
echo ""
echo "Running portsnap:"
portsnap auto && rc=0 || rc=3;;
*) rc=0;;
esac
exit $rc

File Metadata

Mime Type
text/x-shellscript
Expires
Fri, May 15, 11:50 (19 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3699874
Default Alt Text
720.portsnap (1008 B)

Event Timeline