1 --- cvs-1.11.19/src/cvsbug.in.old 2004-02-03 15:37:52.000000000 +0100
2 +++ cvs-1.11.19/src/cvsbug.in 2005-08-22 16:35:06.000000000 +0200
4 /usr/bin/ypcat passwd 2>/dev/null | cat - /etc/passwd | grep "^$LOGNAME:" |
5 cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
6 ORIGINATOR="`cat $TEMP`"
12 if [ "$ORIGINATOR" = "" ]; then
13 grep "^$LOGNAME:" /etc/passwd | cut -f5 -d':' | sed -e 's/,.*//' > $TEMP
14 ORIGINATOR="`cat $TEMP`"
19 if [ -n "$ORGANIZATION" ]; then