I'm installing 1.93 on a NeXT running MachOS, supposedly POSIX compliant.
I have created a user majordom with UID 114 and a group majordom with GID
6170.
Am I correct in thinking that these is the correct values for Makefile?
W_UID = 114
W_GID = 6170
W_CHOWN=root
W_CHMOD=4755
WRAPPER_FLAGS = -DBIN=\"${W_BIN}\" -DPATH=\"PATH=${W_PATH}\" \
-DHOME=\"HOME=${W_HOME}\" -DSHELL=\"SHELL=${W_SHELL}\" \
-DMAJORDOMO_CF=\"MAJORDOMO_CF=${W_MAJORDOMO_CF}\" \
-DPOSIX_UID=${W_UID} -DPOSIX_GID=${W_GID} -DSETGROUP
Follow-Ups:
|
|