Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > 30fa57e9e7af5051613c1309f436924c > files > 6

uucp-1.06.2-6.src.rpm

diff -Nur uucp-1.06.1/Makefile.in uucp-1.06.1.pld/Makefile.in
--- uucp-1.06.1/Makefile.in	Sun Aug 20 21:36:06 1995
+++ uucp-1.06.1.pld/Makefile.in	Mon Jun  7 08:29:42 1999
@@ -21,7 +21,7 @@
 
 # Where to install uucico, uuxqt, uuchk and uuconv.  If you use this
 # definition, $(exec_prefix)/lib must exist.
-sbindir = $(exec_prefix)/lib/uucp
+sbindir = $(exec_prefix)/sbin
 #sbindir = $(exec_prefix)/libexec/uucp
 
 # Where to install uucp, uux, uustat, uuname, uulog, uuto, uupick and
@@ -43,12 +43,12 @@
 # The directory to look in for new style configuration files (when
 # using HAVE_TAYLOR_CONFIG).  Note that by default this is different
 # from sbindir, unlike traditional UUCP packages.
-newconfigdir = $(prefix)/conf/uucp
-#newconfigdir = /etc/uucp
+#newconfigdir = $(prefix)/conf/uucp
+newconfigdir = /etc/uucp
 
 # The directory to look in for HDB (when using HAVE_HDB_CONFIG) or
 # V2 (when using HAVE_V2_CONFIG) style configuration files.
-oldconfigdir = /usr/lib/uucp
+oldconfigdir = /etc/uucp/oldconfig
 
 # If you don't want to compile tstuu, which requires BSD style ptys
 # and the Taylor configuration files, comment out the following line
@@ -151,19 +151,15 @@
 	$(INSTALL_PROGRAM) uuchk $(sbindir)/uuchk
 	$(INSTALL_PROGRAM) uuconv $(sbindir)/uuconv
 	$(INSTALL_PROGRAM) uusched $(sbindir)/uusched
-	chown $(owner) $(sbindir)/uucico $(sbindir)/uuxqt
-	chmod 4555 $(sbindir)/uucico $(sbindir)/uuxqt
-	chown $(owner) $(sbindir)/uuchk $(sbindir)/uuconv
+	chmod 6555 $(sbindir)/uucico $(sbindir)/uuxqt
 	if test "$(UUDIR)X" != "X"; then \
 	  if test -d $(uudirdir); then \
 	    true \
 	  else \
 	    mkdir $(uudirdir); \
 	  fi; \
-	  chown $(owner) $(uudirdir); \
 	  chmod 100 $(uudirdir); \
 	  $(INSTALL_PROGRAM) uudir $(uudirdir)/uudir; \
-	  chown root $(uudirdir)/uudir; \
 	  chmod 4555 $(uudirdir)/uudir; \
 	else \
 	  true; \
@@ -176,10 +172,8 @@
 	  fi; \
 	  $(INSTALL_PROGRAM) $$i $(bindir)/$$i; \
 	done
-	chown $(owner) $(bindir)/uux $(bindir)/uucp $(bindir)/uustat 
-	chown $(owner) $(bindir)/uuname $(bindir)/cu
 	chmod 4555 $(bindir)/uux $(bindir)/uucp $(bindir)/uustat 
-	chmod 4555 $(bindir)/uuname $(bindir)/cu
+	chmod 6555 $(bindir)/uuname $(bindir)/cu
 	if test -d $(man1dir); then true; else mkdir $(man1dir); fi
 	if test -d $(man8dir); then true; else mkdir $(man8dir); fi
 	$(INSTALL_DATA) $(srcdir)/uucico.8 $(man8dir)/uucico$(man8ext)
diff -Nur uucp-1.06.1/contrib/uureroute.perl uucp-1.06.1.pld/contrib/uureroute.perl
--- uucp-1.06.1/contrib/uureroute.perl	Thu Oct 15 02:47:06 1992
+++ uucp-1.06.1.pld/contrib/uureroute.perl	Mon Jun  7 08:29:42 1999
@@ -1,5 +1,5 @@
-#!/usr/local/bin/perl
-eval ' exec /usr/local/bin/perl $0 "$@" '
+#!/usr/bin/perl
+eval ' exec /usr/bin/perl $0 "$@" '
 	if $running_under_some_shell;
 
 # From a script by <Bill.Campbell@celestial.com>
@@ -34,7 +34,7 @@
 #
 ";
 
-$UUSTAT = "/usr/local/bin/uustat";
+$UUSTAT = "/usr/bin/uustat";
 $SHELL = "/bin/sh";
 $SMAIL = "/bin/smail";
 
diff -Nur uucp-1.06.1/cu.1 uucp-1.06.1.pld/cu.1
--- uucp-1.06.1/cu.1	Sun Aug 20 21:29:24 1995
+++ uucp-1.06.1.pld/cu.1	Mon Jun  7 08:29:42 1999
@@ -304,7 +304,9 @@
 approximation.
 
 .br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file.
+.br
+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
 .SH AUTHOR
 Ian Lance Taylor
 <ian@airs.com>
diff -Nur uucp-1.06.1/policy.h uucp-1.06.1.pld/policy.h
--- uucp-1.06.1/policy.h	Sun Aug 20 21:36:06 1995
+++ uucp-1.06.1.pld/policy.h	Mon Jun  7 08:29:42 1999
@@ -241,7 +241,7 @@
    the sendmail choice below.  Otherwise, select one of the other
    choices as appropriate.  */
 #if 1
-#define MAIL_PROGRAM "/usr/lib/sendmail -t"
+#define MAIL_PROGRAM "/usr/sbin/sendmail -t"
 #define MAIL_PROGRAM_TO_BODY 1
 #define MAIL_PROGRAM_SUBJECT_BODY 1
 #endif
@@ -302,6 +302,7 @@
 /* #define LOCKDIR "/usr/spool/locks" */
 /* #define LOCKDIR "/usr/spool/uucp/LCK" */
 /* #define LOCKDIR "/var/spool/lock" */
+#define LOCKDIR "/var/lock"
 
 /* You must also specify the format of the lock files by setting
    exactly one of the following macros to 1.  Check an existing lock
@@ -465,8 +466,8 @@
    When looking something up (a system, a port, etc.) the new style
    configuration files will be read first, followed by the V2
    configuration files, followed by the HDB configuration files.  */
-#define HAVE_V2_CONFIG 0
-#define HAVE_HDB_CONFIG 0
+#define HAVE_V2_CONFIG 1
+#define HAVE_HDB_CONFIG 1
 
 /* Exactly one of the following macros must be set to 1.  The exact
    format of the spool directories is explained in unix/spool.c.
@@ -571,7 +572,7 @@
 /* The name of the default spool directory.  If HAVE_TAYLOR_CONFIG is
    set to 1, this may be overridden by the ``spool'' command in the
    configuration file.  */
-#define SPOOLDIR "/usr/spool/uucp"
+#define SPOOLDIR "/var/spool/uucp"
 /* #define SPOOLDIR "/var/spool/uucp" */
 
 /* The name of the default public directory.  If HAVE_TAYLOR_CONFIG is
@@ -579,7 +580,7 @@
    configuration file.  Also, a particular system may be given a
    specific public directory by using the ``pubdir'' command in the
    system file.  */
-#define PUBDIR "/usr/spool/uucppublic"
+#define PUBDIR "/var/spool/uucppublic"
 /* #define PUBDIR "/var/spool/uucppublic" */
 
 /* The default command path.  This is a space separated list of
@@ -643,19 +644,19 @@
 /* The default log file when using HAVE_TAYLOR_LOGGING.  When using
    HAVE_TAYLOR_CONFIG, this may be overridden by the ``logfile''
    command in the configuration file.  */
-#define LOGFILE "/usr/spool/uucp/Log"
+#define LOGFILE "/var/log/uucp/Log"
 /* #define LOGFILE "/var/spool/uucp/Log" */
 
 /* The default statistics file when using HAVE_TAYLOR_LOGGING.  When
    using HAVE_TAYLOR_CONFIG, this may be overridden by the
    ``statfile'' command in the configuration file.  */
-#define STATFILE "/usr/spool/uucp/Stats"
+#define STATFILE "/var/log/uucp/Stats"
 /* #define STATFILE "/var/spool/uucp/Stats" */
 
 /* The default debugging file when using HAVE_TAYLOR_LOGGING.  When
    using HAVE_TAYLOR_CONFIG, this may be overridden by the
    ``debugfile'' command in the configuration file.  */
-#define DEBUGFILE "/usr/spool/uucp/Debug"
+#define DEBUGFILE "/var/log/uucp/Debug"
 /* #define DEBUGFILE "/var/spool/uucp/Debug" */
 
 #endif /* HAVE_TAYLOR_LOGGING */
diff -Nur uucp-1.06.1/uucico.8 uucp-1.06.1.pld/uucico.8
--- uucp-1.06.1/uucico.8	Sun Aug 20 21:29:42 1995
+++ uucp-1.06.1.pld/uucico.8	Mon Jun  7 08:29:42 1999
@@ -250,8 +250,8 @@
 .B \-\-debug abnormal,chat.
 
 The debugging output is sent to the debugging file, usually one of
-/usr/spool/uucp/Debug, /usr/spool/uucp/DEBUG, or
-/usr/spool/uucp/.Admin/audit.local.
+/var/log/uucp/Debug, /usr/spool/uucp/DEBUG, or
+/var/spool/uucp/.Admin/audit.local.
 .TP 5
 .B \-I file, \-\-config file
 Set configuration file to use.  This option may not be available,
@@ -269,20 +269,22 @@
 configuration file, so these are only approximations.
 
 .br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file
 .br
-/usr/lib/uucp/passwd - Default UUCP password file.
+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
 .br
-/usr/spool/uucp -
+/etc/uucp/passwd - Default UUCP password file.
+.br
+/var/spool/uucp -
 UUCP spool directory.
 .br
-/usr/spool/uucp/Log -
+/var/log/uucp/Log -
 UUCP log file.
 .br
-/usr/spool/uucppublic -
+/var/spool/uucppublic -
 Default UUCP public directory.
 .br
-/usr/spool/uucp/Debug -
+/var/log/uucp/Debug -
 Debugging file.
 .SH SEE ALSO
 kill(1), uucp(1), uux(1), uustat(1), uuxqt(8)
diff -Nur uucp-1.06.1/uucp.1 uucp-1.06.1.pld/uucp.1
--- uucp-1.06.1/uucp.1	Sun Aug 20 21:29:46 1995
+++ uucp-1.06.1.pld/uucp.1	Mon Jun  7 08:29:42 1999
@@ -181,15 +181,17 @@
 configuration file, so these are only approximations.
 
 .br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file.
 .br
-/usr/spool/uucp -
+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
+.br
+/var/spool/uucp -
 UUCP spool directory.
 .br
-/usr/spool/uucp/Log -
+/var/log/uucp/Log -
 UUCP log file.
 .br
-/usr/spool/uucppublic -
+/var/spool/uucppublic -
 Default UUCP public directory.
 .SH SEE ALSO
 mail(1), uux(1), uustat(1), uucico(8)
diff -Nur uucp-1.06.1/uustat.1 uucp-1.06.1.pld/uustat.1
--- uucp-1.06.1/uustat.1	Sun Aug 20 21:29:55 1995
+++ uucp-1.06.1.pld/uustat.1	Mon Jun  7 08:29:42 1999
@@ -540,9 +540,11 @@
 configuration file, so these are only approximations.
 
 .br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file.
 .br
-/usr/spool/uucp -
+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
+.br
+/var/spool/uucp -
 UUCP spool directory.
 .SH SEE ALSO
 ps(1), rmail(1), uucp(1), uux(1), uucico(8), uuxqt(8)
diff -Nur uucp-1.06.1/uux.1 uucp-1.06.1.pld/uux.1
--- uucp-1.06.1/uux.1	Sun Aug 20 21:29:57 1995
+++ uucp-1.06.1.pld/uux.1	Mon Jun  7 08:29:42 1999
@@ -40,7 +40,7 @@
 not absolute, it will be appended to the current working directory on
 the local system; the result may not be meaningful on the remote
 system.  A pathname may begin with ~/, in which case it is relative to
-the UUCP public directory (usually /usr/spool/uucppublic) on the
+the UUCP public directory (usually /var/spool/uucppublic) on the
 appropriate system.  A pathname may begin with ~name/, in which case
 it is relative to the home directory of the named user on the
 appropriate system.
@@ -231,15 +231,17 @@
 configuration file, so these are only approximations.
 
 .br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file.
 .br
-/usr/spool/uucp -
+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
+.br
+/var/spool/uucp -
 UUCP spool directory.
 .br
-/usr/spool/uucp/Log -
+/var/log/uucp/Log -
 UUCP log file.
 .br
-/usr/spool/uucppublic -
+/var/spool/uucppublic -
 Default UUCP public directory.
 .SH SEE ALSO
 mail(1), uustat(1), uucp(1), uucico(8), uuxqt(8)
diff -Nur uucp-1.06.1/uuxqt.8 uucp-1.06.1.pld/uuxqt.8
--- uucp-1.06.1/uuxqt.8	Sun Aug 20 21:29:58 1995
+++ uucp-1.06.1.pld/uuxqt.8	Mon Jun  7 08:29:42 1999
@@ -64,8 +64,8 @@
 .B \-\-debug abnormal,chat.
 
 The debugging output is sent to the debugging file, usually one of
-/usr/spool/uucp/Debug, /usr/spool/uucp/DEBUG, or
-/usr/spool/uucp/.Admin/audit.local.
+/var/log/uucp/Debug, /usr/spool/uucp/DEBUG, or
+/var/spool/uucp/.Admin/audit.local.
 .TP 5
 .B \-I file, \-\-config 
 Set configuration file to use.  This option may not be available,
@@ -83,18 +83,20 @@
 configuration file, so these are only approximations.
 
 .br
-/usr/lib/uucp/config - Configuration file.
+/etc/uucp/config - Configuration file.
 .br
-/usr/spool/uucp -
+/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
+.br
+/var/spool/uucp -
 UUCP spool directory.
 .br
-/usr/spool/uucp/Log -
+/var/log/uucp/Log -
 UUCP log file.
 .br
-/usr/spool/uucppublic -
+/var/spool/uucppublic -
 Default UUCP public directory.
 .br
-/usr/spool/uucp/Debug -
+/var/log/uucp/Debug -
 Debugging file.
 .SH SEE ALSO
 uucp(1), uux(1), uucico(8)