[BACK]Return to dgl-create-chroot CVS log [TXT][DIR] Up to [contributed] / dgamelaunch-openbsd

Diff for /dgamelaunch-openbsd/dgl-create-chroot between version 1.5 and 1.6

version 1.5, 2021/03/31 12:23:08 version 1.6, 2021/04/02 09:59:19
Line 27  NH_VAR_PLAYGROUND="/nh343/var/"
Line 27  NH_VAR_PLAYGROUND="/nh343/var/"
 # only define this if dgl was configured with --enable-sqlite  # only define this if dgl was configured with --enable-sqlite
 SQLITE_DBFILE="/dgldir/dgamelaunch.db"  SQLITE_DBFILE="/dgldir/dgamelaunch.db"
   
   # only define this is dgl was configured without --enable-sqlite
   #PASSWD_FILE="/dgldir/dgl-login"
   
 # END OF CONFIG  # END OF CONFIG
 ##############################################################################  ##############################################################################
   
Line 114  if [ -n "$SQLITE_DBFILE" ]; then
Line 117  if [ -n "$SQLITE_DBFILE" ]; then
   fi    fi
 fi  fi
   
   if [ -n "PASSWD_FILE" ]; then
         echo "Creating password file at $PASSWD_FILE"
         touch "$CHROOT/$PASSWD_FILE"
         chmod 0700 "$CHROOT/$PASSWD_FILE"
   fi
   
 if [ -n "$COMPRESSBIN" -a -e "`which $COMPRESSBIN`" ]; then  if [ -n "$COMPRESSBIN" -a -e "`which $COMPRESSBIN`" ]; then
   COMPRESSDIR="`dirname $COMPRESSBIN`"    COMPRESSDIR="`dirname $COMPRESSBIN`"

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb