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

File: [contributed] / dgamelaunch-openbsd / examples / dgl-create-chroot.conf.example.freebsd (download)

Revision 1.1, Tue Mar 9 14:36:01 2021 UTC (3 years, 1 month ago) by rubenllorente
Branch point for: MAIN

Initial revision

#!/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"