updated on Fri Jan 6 00:09:29 UTC 2012
[aur-mirror.git] / mgetty / config.patch
blob2faec121eac8da5f54edf1566505eb73f382029c
1 --- Makefile 2007-06-15 13:15:56.000000000 +0200
2 +++ ../gepatcht/Makefile 2010-01-24 23:05:15.000000000 +0100
3 @@ -102,7 +102,7 @@
4 # USTAT - ustat(), no statfs etc.
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
12 @@ -164,7 +164,7 @@
14 # if your systems doesn't have one, use the shell script that I provide
15 # in "inst.sh" (taken from X11R5). Needed on IRIX5.2
16 -INSTALL=install -c -o bin -g bin
17 +INSTALL=install -c -o root -g root
18 #INSTALL=install -c -o root -g wheel # NeXT/BSD
19 #INSTALL=/usr/ucb/install -c -o bin -g bin # AIX, Solaris 2.x
20 #INSTALL=installbsd -c -o bin -g bin # OSF/1, AIX 4.1, 4.2
21 @@ -172,7 +172,7 @@
23 # prefix, where most (all?) of the stuff lives, usually /usr/local or /usr
25 -prefix=/usr/local
26 +prefix=/usr
28 # prefix for all the spool directories (usually /usr/spool or /var/spool)
30 @@ -192,7 +192,7 @@
32 # where the configuration files (*.config, aliases, fax.allow/deny) go to
34 -CONFDIR=$(prefix)/etc/mgetty+sendfax
35 +CONFDIR=/etc/mgetty+sendfax
36 #CONFDIR=/etc/default/
39 @@ -275,7 +275,7 @@
40 # please use the "mg.echo" program provided in the compat/ subdirectory.
41 # Set ECHO="mg.echo" and INSTALL_MECHO to mg.echo
43 -ECHO="echo"
44 +ECHO="echo -e"
46 # INSTALL_MECHO=mg.echo