commit - 6a5569c27d47674b2e7483ddf6f1fafd8fe65a2e
commit + 4dcd5f1225eb733895fd9dc923a064d2c8d96bb4
blob - 3b022283cff1e2c8fdf0f7c28c424c81d319cdbe
blob + 8a861716d7d95a0795e09d15b6d11cfd449bb108
--- contrib/platformtest.sh
+++ contrib/platformtest.sh
#!/bin/sh
#
# ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors
+# Copyright (c)2001-2016 Alexander Barton (alex@barton.de) and Contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
command -v printf >/dev/null 2>&1
if [ $? -eq 0 ]; then
printf "%-27s %-12s %-10s %s %-8s %s %s %s %s%s\n" \
- "$PLATFORM" "$COMPILER" "$VERSION" "$DATE" "$USER" \
+ "$PLATFORM" "$COMPILER" "$VERSION" "$DATE" "$LOGNAME" \
"$C" "$M" "$T" "$R" "$COMMENT"
else
- echo "$PLATFORM $COMPILER $VERSION $DATE $USER" \
+ echo "$PLATFORM $COMPILER $VERSION $DATE $LOGNAME" \
"$C" "$M" "$T" "$R" "$COMMENT"
fi
echo