diff options
author | jmz <jmz@FreeBSD.org> | 1996-03-18 04:22:39 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1996-03-18 04:22:39 +0800 |
commit | c74e9bed5e2843a535077fee27ec12d09b59729d (patch) | |
tree | a32c0f6ce44f6578ecc66b3a0fdb098d37ee35da /comms | |
parent | 9cf2000efa6e4e1b04aa124960d0f433a8369448 (diff) | |
download | freebsd-ports-gnome-c74e9bed5e2843a535077fee27ec12d09b59729d.tar.gz freebsd-ports-gnome-c74e9bed5e2843a535077fee27ec12d09b59729d.tar.zst freebsd-ports-gnome-c74e9bed5e2843a535077fee27ec12d09b59729d.zip |
The original patch was incomplete and the installation did not work.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/files/patch-ab | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/comms/mgetty+sendfax/files/patch-ab b/comms/mgetty+sendfax/files/patch-ab index 78d30fdd53a9..c50d3d0785ca 100644 --- a/comms/mgetty+sendfax/files/patch-ab +++ b/comms/mgetty+sendfax/files/patch-ab @@ -1,5 +1,5 @@ *** Makefile.orig Wed Aug 30 12:47:16 1995 ---- Makefile Tue Mar 12 02:57:34 1996 +--- Makefile Sun Mar 17 04:52:26 1996 *************** *** 4,11 **** # @@ -92,7 +92,7 @@ # binaries # *************** -*** 547,555 **** +*** 547,561 **** # data files + directories # test -d $(LIBDIR) || \ @@ -101,8 +101,14 @@ ! ( mkdir `dirname $(CONFDIR)` $(CONFDIR); chmod 755 $(CONFDIR)) test -f $(CONFDIR)/login.config || \ $(INSTALL) -o root -m 600 login.config $(CONFDIR)/ - test -f $(CONFDIR)/mgetty.config || \ ---- 547,555 ---- +! test -f $(CONFDIR)/mgetty.config || \ +! $(INSTALL) -o root -m 600 mgetty.config $(CONFDIR)/ +! test -f $(CONFDIR)/sendfax.config || \ +! $(INSTALL) -o root -m 600 sendfax.config $(CONFDIR)/ + test -f $(CONFDIR)/dialin.config || \ + $(INSTALL) -o root -m 600 dialin.config $(CONFDIR)/ + # +--- 547,561 ---- # data files + directories # test -d $(LIBDIR) || \ @@ -111,4 +117,10 @@ ! ( mkdir -p `dirname $(CONFDIR)` $(CONFDIR); chmod 755 $(CONFDIR)) test -f $(CONFDIR)/login.config || \ $(INSTALL) -o root -m 600 login.config $(CONFDIR)/ - test -f $(CONFDIR)/mgetty.config || \ +! # test -f $(CONFDIR)/mgetty.config || \ +! # $(INSTALL) -o root -m 600 mgetty.config $(CONFDIR)/ +! # test -f $(CONFDIR)/sendfax.config || \ +! # $(INSTALL) -o root -m 600 sendfax.config $(CONFDIR)/ + test -f $(CONFDIR)/dialin.config || \ + $(INSTALL) -o root -m 600 dialin.config $(CONFDIR)/ + # |