Magellan Linux

Diff of /trunk/systemd/patches/systemd-196-magellan.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1967 by niro, Thu Nov 22 14:09:18 2012 UTC revision 1968 by niro, Thu Nov 22 14:23:36 2012 UTC
# Line 19  diff -Naur systemd-196/configure.ac syst Line 19  diff -Naur systemd-196/configure.ac syst
19  +                SYSTEM_SYSVRCND_PATH=/etc/rc.d  +                SYSTEM_SYSVRCND_PATH=/etc/rc.d
20  +                AC_DEFINE(TARGET_MAGELLAN, [], [Target is Magellan])  +                AC_DEFINE(TARGET_MAGELLAN, [], [Target is Magellan])
21  +                M4_DEFINES=-DTARGET_MAGELLAN=1  +                M4_DEFINES=-DTARGET_MAGELLAN=1
22  + AC_DEFINE_UNQUOTED(TTY_GID, [4], [Using GID '4' for the 'tty' group])  +                AC_DEFINE_UNQUOTED(TTY_GID, [4], [Using GID '4' for the 'tty' group])
23  +                ;;  +                ;;
24           slackware)           slackware)
25                   SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d                   SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
# Line 42  diff -Naur systemd-196/Makefile.am syste Line 42  diff -Naur systemd-196/Makefile.am syste
42  +if TARGET_MAGELLAN  +if TARGET_MAGELLAN
43  +AM_CPPFLAGS += \  +AM_CPPFLAGS += \
44  + -DKBD_LOADKEYS=\"/usr/bin/loadkeys\" \  + -DKBD_LOADKEYS=\"/usr/bin/loadkeys\" \
45  + -DKBD_SETFONT=\"/usr/bin/setfont\" \  + -DKBD_SETFONT=\"/usr/bin/setfont\"
46  +else  +else
47   if TARGET_ARCH   if TARGET_ARCH
48   AM_CPPFLAGS += \   AM_CPPFLAGS += \

Legend:
Removed from v.1967  
changed lines
  Added in v.1968