87 lines
3.0 KiB
Diff
87 lines
3.0 KiB
Diff
--- Makefile 1997-03-21 18:27:21.000000000 +0000
|
|
+++ Makefile 2003-07-27 20:13:53.000000000 +0000
|
|
@@ -143,8 +143,8 @@
|
|
|
|
linux:
|
|
@make REAL_DAEMON_DIR=$(REAL_DAEMON_DIR) STYLE=$(STYLE) \
|
|
- LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ= \
|
|
- NETGROUP= TLI= EXTRA_CFLAGS="-DBROKEN_SO_LINGER" all
|
|
+ LIBS= RANLIB=ranlib ARFLAGS=rv AUX_OBJ= \
|
|
+ NETGROUP= TLI= EXTRA_CFLAGS="$(PARDUS_OPT) -DSYS_ERRLIST_DEFINED -DBROKEN_SO_LINGER" all
|
|
|
|
# This is good for many SYSV+BSD hybrids with NIS, probably also for HP-UX 7.x.
|
|
hpux hpux8 hpux9 hpux10:
|
|
@@ -663,6 +663,7 @@
|
|
$(BUGS) $(SYSTYPE) $(AUTH) $(UMASK) \
|
|
-DREAL_DAEMON_DIR=\"$(REAL_DAEMON_DIR)\" $(STYLE) $(KILL_OPT) \
|
|
-DSEVERITY=$(SEVERITY) -DRFC931_TIMEOUT=$(RFC931_TIMEOUT) \
|
|
+ -DPIC -D_REENTRANT -fPIC -DHAVE_STRERROR \
|
|
$(UCHAR) $(TABLES) $(STRINGS) $(TLI) $(EXTRA_CFLAGS) $(DOT) \
|
|
$(VSYSLOG) $(HOSTNAME)
|
|
|
|
--- Makefile 1997-03-21 18:27:21.000000000 +0000
|
|
+++ Makefile 2002-12-16 14:02:38.000000000 +0000
|
|
@@ -44,7 +44,7 @@
|
|
#REAL_DAEMON_DIR=/usr/etc
|
|
#
|
|
# SysV.4 Solaris 2.x OSF AIX
|
|
-#REAL_DAEMON_DIR=/usr/sbin
|
|
+REAL_DAEMON_DIR=/usr/sbin
|
|
#
|
|
# BSD 4.4
|
|
#REAL_DAEMON_DIR=/usr/libexec
|
|
@@ -472,7 +474,7 @@
|
|
# If your system supports vsyslog(), comment out the following definition.
|
|
# If in doubt leave it in, it won't harm.
|
|
|
|
-VSYSLOG = -Dvsyslog=myvsyslog
|
|
+#VSYSLOG = -Dvsyslog=myvsyslog
|
|
|
|
# End of the system dependencies.
|
|
#################################
|
|
@@ -491,7 +493,7 @@
|
|
# Uncomment the next definition to turn on the language extensions
|
|
# (examples: allow, deny, banners, twist and spawn).
|
|
#
|
|
-#STYLE = -DPROCESS_OPTIONS # Enable language extensions.
|
|
+STYLE = -DPROCESS_OPTIONS # Enable language extensions.
|
|
|
|
################################################################
|
|
# Optional: Changing the default disposition of logfile records
|
|
@@ -514,7 +516,7 @@
|
|
#
|
|
# The LOG_XXX names below are taken from the /usr/include/syslog.h file.
|
|
|
|
-FACILITY= LOG_MAIL # LOG_MAIL is what most sendmail daemons use
|
|
+FACILITY= LOG_AUTHPRIV # LOG_MAIL is what most sendmail daemons use
|
|
|
|
# The syslog priority at which successful connections are logged.
|
|
|
|
@@ -531,7 +533,7 @@
|
|
# and with Solaris < 2.4. APPEND_DOT will not work with hostnames taken
|
|
# from /etc/hosts or from NIS maps. It does work with DNS through NIS.
|
|
#
|
|
-# DOT= -DAPPEND_DOT
|
|
+DOT= -DAPPEND_DOT
|
|
|
|
##################################################
|
|
# Optional: Always attempt remote username lookups
|
|
@@ -551,7 +553,7 @@
|
|
# still do selective username lookups as documented in the hosts_access.5
|
|
# and hosts_options.5 manual pages (`nroff -man' format).
|
|
#
|
|
-#AUTH = -DALWAYS_RFC931
|
|
+AUTH = -DALWAYS_RFC931
|
|
#
|
|
# The default username lookup timeout is 10 seconds. This may not be long
|
|
# enough for slow hosts or networks, but is enough to irritate PC users.
|
|
@@ -610,7 +612,7 @@
|
|
# Paranoid mode implies hostname lookup. In order to disable hostname
|
|
# lookups altogether, see the next section.
|
|
|
|
-PARANOID= -DPARANOID
|
|
+#PARANOID= -DPARANOID
|
|
|
|
########################################
|
|
# Optional: turning off hostname lookups
|