+1.4.6 (????/??/??)
+ * Fix some signed/unsigned warnings.
+ * Fix make install check for PREFIX -> $(PREFIX).
+
1.4.5 (2004/06/14)
* Reset offset if necessary to show at least one game to avoid things
like "(15-14 of 14)".
exclusions = CVS .svn .cvsignore tags
PREFIX = /usr
SBINDIR = $(PREFIX)/sbin
-ifeq (PREFIX,/usr)
+ifeq ($(PREFIX),/usr)
MANDIR = $(PREFIX)/share/man
else
MANDIR = $(PREFIX)/man
return;
}
/* Fill the rest with defaults */
- if (!myconfig->shed_user && myconfig->shed_uid == -1)
+ if (!myconfig->shed_user && myconfig->shed_uid == (uid_t)-1)
{
struct passwd *pw;
if ((pw = getpwnam(defconfig.shed_user)))
myconfig->shed_uid = defconfig.shed_uid;
}
- if (!myconfig->shed_group && myconfig->shed_gid == -1)
+ if (!myconfig->shed_group && myconfig->shed_gid == (gid_t)-1)
{
struct group *gr;
if ((gr = getgrnam(defconfig.shed_group)))
# ...and all the data it needs
if [ -n "$playground_var" ]; then
- mkdir -p $chroot_path$playground_var/save
+ mkdir -p $chroot_path$playground_var/save $chroot_path$playground_var/dumps
touch $chroot_path$playground_var/record
touch $chroot_path$playground_var/perm
touch $chroot_path$playground_var/logfile