Changeset 10384 in hybrid for branches/releng-9.0/nanobsd/cfg
- Timestamp:
- Apr 7, 2012, 4:14:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden
r10272 r10384 32 32 # Dirty quirk to allow comments in part below 33 33 PACKAGE_LIST=`cat <<EOF | sed 's/#.*$//g' 34 $PORTSDIR/benchmarks/iperf 35 $PORTSDIR/devel/py-yaml 34 36 $PORTSDIR/dns/dnsmasq 35 $PORTSDIR/www/thttpd36 37 $PORTSDIR/editors/vim-lite 38 $PORTSDIR/ftp/curl 37 39 $PORTSDIR/lang/python 38 40 $PORTSDIR/net-mgmt/net-snmp 39 $PORTSDIR/benchmarks/iperf40 41 $PORTSDIR/net/pen 41 $PORTSDIR/devel/py-yaml 42 $PORTSDIR/net/sixxs-aiccu 43 $PORTSDIR/security/nmap 44 $PORTSDIR/security/openvpn 45 $PORTSDIR/security/sudo 46 $PORTSDIR/sysutils/screen 42 47 $PORTSDIR/sysutils/ucspi-tcp 48 $PORTSDIR/www/thttpd 43 49 $PORTSDIR/www/tinyproxy 44 $PORTSDIR/editors/vim-lite45 $PORTSDIR/security/nmap46 $PORTSDIR/ftp/curl47 $PORTSDIR/security/openvpn48 $PORTSDIR/net/sixxs-aiccu49 50 50 51 … … 337 338 customize_cmd cust_apply_nanobsd_patches 338 339 340 # Standard overwrite 341 if [ -r "$NANO_CONF_DIR/nanobsd.local" ]; then 342 . $NANO_CONF_DIR/nanobsd.local 343 fi 339 344 340 345 # Extra config if existing is not suffient
Note:
See TracChangeset
for help on using the changeset viewer.