[BACK]Return to dgl-create-chroot.conf.example.freebsd CVS log [TXT][DIR] Up to [contributed] / dgamelaunch-openbsd / examples

Annotation of dgamelaunch-openbsd/examples/dgl-create-chroot.conf.example.freebsd, Revision 1.1

1.1     ! rubenllo    1: #!/bin/sh
        !             2: # Example configuration, for my FreeBSD 4 machine, using nethack from ports.
        !             3: # This file created by Jilles Tjoelker <jilles@stack.nl>.
        !             4:
        !             5: chroot_path="/home/jilles/src/3rdparty/dgamelaunch-chroot-2"
        !             6: shed_uid=1031
        !             7: shed_gid=1031
        !             8: libs="/usr/libexec/ld-elf.so.1" # /libexec/ld-elf.so.1 for FreeBSD 5
        !             9: playground_fixed="/usr/local/lib/nethack"
        !            10: playground_var="/usr/local/lib/nethack"
        !            11: nethack_bin="$playground_fixed/nethack"
        !            12: termdata="/usr/share/misc/termcap"

CVSweb