blob: e31efc2e2a9dc84f433066a9de4414415956ba32 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** src/console/Makefile.in.org Sat Apr 3 20:40:26 2004
--- src/console/Makefile.in Sat May 8 14:01:49 2004
***************
*** 89,95 ****
destconf=$$srcconf; \
if test -f ${DESTDIR}${sysconfdir}/console.conf; then \
echo "Existing console.conf moved to bconsole.conf"; \
! @$(MV) ${DESTDIR}${sysconfdir}/console.conf ${DESTDIR}${sysconfdir}/bconsole.conf; \
destconf=$$srcconf.new; \
fi; \
fi; \
--- 89,95 ----
destconf=$$srcconf; \
if test -f ${DESTDIR}${sysconfdir}/console.conf; then \
echo "Existing console.conf moved to bconsole.conf"; \
! $(MV) ${DESTDIR}${sysconfdir}/console.conf ${DESTDIR}${sysconfdir}/bconsole.conf; \
destconf=$$srcconf.new; \
fi; \
fi; \
|