Correction of paths for BSDs
This commit is contained in:
committed by
Jon Trulson
parent
ca9da25d44
commit
3a28782409
@@ -79,6 +79,22 @@ XCOMM ##########################################################################
|
||||
# define cpp_HELLO "$DT_BINPATH/dthello -file /usr/dt/copyright &"
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
# define cpp_MAIL "/var/mail/$USER"
|
||||
# define cpp_XINITUSER "$HOME/.xinitrc"
|
||||
# define cpp_XDMSYS "/usr/local/lib/X11/xdm/Xsession"
|
||||
# undef cpp_HELLO
|
||||
# define cpp_HELLO "$DT_BINPATH/dthello -file /usr/dt/copyright &"
|
||||
#endif
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
# define cpp_MAIL "/var/mail/$USER"
|
||||
# define cpp_XINITUSER "$HOME/.xinitrc"
|
||||
# define cpp_XDMSYS "/etc/X11/xdm/Xsession"
|
||||
# undef cpp_HELLO
|
||||
# define cpp_HELLO "$DT_BINPATH/dthello -file /usr/dt/copyright &"
|
||||
#endif
|
||||
|
||||
|
||||
#if 0
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user