]> git.pld-linux.org Git - packages/mgetty.git/blame - mgetty-config.patch
- dropped pre-cvs changelog
[packages/mgetty.git] / mgetty-config.patch
CommitLineData
a10a39ff 1--- Makefile~ Sun Jan 17 18:23:13 1999
2+++ Makefile Fri May 21 12:37:18 1999
8f3adfc4 3@@ -107,7 +107,7 @@
4 # prompt first. Don't forget to activate the /AutoPPP/ line in login.config!
5 #
6 #CFLAGS=-Wall -O2 -pipe -DSECUREWARE -DUSE_POLL
7-CFLAGS=-O2 -Wall -pipe
8+CFLAGS=$(RPM_OPT_FLAGS) -Wall -pipe -DAUTO_PPP
9 #CFLAGS=-O -DSVR4
10 #CFLAGS=-O -DSVR4 -DSVR42
11 #CFLAGS=-O -DUSE_POLL
a10a39ff 12@@ -148,7 +148,7 @@
13 # "utmp.o: unresolved symbod _login"
14 # For Linux, add "-lutil" if the linker complains about "updwtmp".
15 #
16-LDFLAGS=
17+LDFLAGS=-s
18 LIBS=
19 #LIBS=-lprot -lsocket # SCO Unix
20 #LIBS=-lsocket
21@@ -169,7 +169,7 @@
8f3adfc4 22 #
23 # if your systems doesn't have one, use the shell script that I provide
24 # in "inst.sh" (taken from X11R5). Needed on IRIX5.2
25-INSTALL=install -c -o bin -g bin
26+INSTALL=install -c
27 #INSTALL=install -c -o root -g wheel # NeXT/BSD
28 #INSTALL=/usr/ucb/install -c -o bin -g bin # AIX, Solaris 2.x
29 #INSTALL=installbsd -c -o bin -g bin # OSF/1, AIX 4.1, 4.2
a10a39ff 30@@ -177,7 +177,7 @@
8f3adfc4 31 #
32 # prefix, where most (all?) of the stuff lives, usually /usr/local or /usr
33 #
34-prefix=/usr/local
35+prefix=/usr
36 #
37 # prefix for all the spool directories (usually /usr/spool or /var/spool)
38 #
a10a39ff 39@@ -197,7 +197,7 @@
8f3adfc4 40 #
41 # where the configuration files (*.config, aliases, fax.allow/deny) go to
42 #
43-CONFDIR=$(prefix)/etc/mgetty+sendfax
44+CONFDIR=/etc/mgetty+sendfax
45 #CONFDIR=/etc/default/
46 #
47 #
a10a39ff 48@@ -208,21 +208,24 @@
49 FAX_SPOOL_OUT=$(FAX_SPOOL)/outgoing
50 #
51 #
52+# Where manual pages should be placed
53+MANDIR=$(prefix)/share/man
54+#
55 # Where section 1 manual pages should be placed
56-MAN1DIR=$(prefix)/man/man1
57+MAN1DIR=$(MANDIR)/man1
58 #
59 # Where section 4 manual pages (mgettydefs.4) should be placed
60-MAN4DIR=$(prefix)/man/man4
61+MAN4DIR=$(MANDIR)/man4
62 #
63 # Section 5 man pages (faxqueue.5)
64-MAN5DIR=$(prefix)/man/man5
65+MAN5DIR=$(MANDIR)/man5
66 #
67 # Section 8 man pages (sendfax.8)
68-MAN8DIR=$(prefix)/man/man8
69+MAN8DIR=$(MANDIR)/man8
70 #
71 # Where the GNU Info-Files are located
72 #
73-INFODIR=$(prefix)/info
74+INFODIR=$(prefix)/share/info
75 #
76 #
77 # A shell that understands bourne-shell syntax
78@@ -259,7 +262,7 @@
79 # please use the "mg.echo" program provided in the compat/ subdirectory.
80 # Set ECHO="mg.echo" and INSTALL_MECHO to mg.echo
81 #
82-ECHO="echo"
83+ECHO="echo -e"
84 #
85 # INSTALL_MECHO=mg.echo
86
This page took 0.036516 seconds and 4 git commands to generate.