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

Annotation of dgamelaunch-openbsd/examples/dgl-create-chroot.conf.example.macosx, Revision 1.1.1.1

1.1       rubenllo    1: #!/bin/sh
                      2: # Brett Carrington <brettcar@segvio.org>
                      3:
                      4: # NOTE: This copied from the dgl-create-chroot changes by Jilles, likely
                      5: # incomplete.
                      6:
                      7: chroot_path="/var/lib/dgamelaunch"
                      8: shed_uid=5
                      9: shed_gid=60
                     10: libs=""
                     11: playground_fixed="/opt/local/share/nethackdir/"
                     12: playground_var=""
                     13: nethack_bin="/opt/local/bin/nethack"
                     14: termdata="/usr/share/terminfo"

CVSweb