Changeset 10384 in hybrid for branches/releng-9.0/nanobsd/cfg


Ignore:
Timestamp:
Apr 7, 2012, 4:14:29 PM (13 years ago)
Author:
rick
Message:
  • Add screen and sudo as usefull utilities.
  • Make the pkg db install only on persistant space.
  • Merge image-build.sh from proxy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden

    r10272 r10384  
    3232# Dirty quirk to allow comments in part below
    3333PACKAGE_LIST=`cat <<EOF | sed 's/#.*$//g'
     34$PORTSDIR/benchmarks/iperf
     35$PORTSDIR/devel/py-yaml
    3436$PORTSDIR/dns/dnsmasq
    35 $PORTSDIR/www/thttpd
    3637$PORTSDIR/editors/vim-lite
     38$PORTSDIR/ftp/curl
    3739$PORTSDIR/lang/python
    3840$PORTSDIR/net-mgmt/net-snmp
    39 $PORTSDIR/benchmarks/iperf
    4041$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
    4247$PORTSDIR/sysutils/ucspi-tcp
     48$PORTSDIR/www/thttpd
    4349$PORTSDIR/www/tinyproxy
    44 $PORTSDIR/editors/vim-lite
    45 $PORTSDIR/security/nmap
    46 $PORTSDIR/ftp/curl
    47 $PORTSDIR/security/openvpn
    48 $PORTSDIR/net/sixxs-aiccu
    4950
    5051
     
    337338customize_cmd cust_apply_nanobsd_patches
    338339
     340# Standard overwrite
     341if [ -r "$NANO_CONF_DIR/nanobsd.local" ]; then
     342 . $NANO_CONF_DIR/nanobsd.local
     343fi
    339344
    340345# Extra config if existing is not suffient
Note: See TracChangeset for help on using the changeset viewer.