dgamelaunch/examples/dgl-create-chroot.conf.example.freebsd
Joshua Kwan 4d45d4d263 move junk around, genericize things
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@287 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-04-03 19:27:42 +00:00

13 lines
461 B
Bash

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