Magellan Linux

Diff of /smage/trunk/core/systemd/systemd-185-r2.smage2

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

revision 4198 by niro, Mon Jul 30 18:21:44 2012 UTC revision 4199 by niro, Fri Nov 9 09:48:05 2012 UTC
# Line 48  SRC_URI=( Line 48  SRC_URI=(
48   mirror://udev/${UDEV_CONFIG_SRCFILE}   mirror://udev/${UDEV_CONFIG_SRCFILE}
49   mirror://${PNAME}/${PNAME}-185-magellan.patch   mirror://${PNAME}/${PNAME}-185-magellan.patch
50   mirror://${PNAME}/${PNAME}-185-magellan-configurable-getty-2.patch   mirror://${PNAME}/${PNAME}-185-magellan-configurable-getty-2.patch
51     mirror://${PNAME}/${PNAME}-${PVER}-alx-autoreconf.patch
52   mirror://${PNAME}/login-manager.pamd   mirror://${PNAME}/login-manager.pamd
53  )  )
54    
# Line 94  src_prepare() Line 95  src_prepare()
95   # magellan-only: use a configurable getty   # magellan-only: use a configurable getty
96   mpatch ${PNAME}-185-magellan-configurable-getty-2.patch || die   mpatch ${PNAME}-185-magellan-configurable-getty-2.patch || die
97    
98     # do not require autoreconf on alx with all its macro dependencies
99     mpatch ${PNAME}-${PVER}-alx-autoreconf.patch || die
100    
101   # let rsyslog read from /proc/kmsg for now   # let rsyslog read from /proc/kmsg for now
102   all-abis sed -i "s:#ImportKernel=yes:ImportKernel=no:" src/journal/journald.conf || die   all-abis sed -i "s:#ImportKernel=yes:ImportKernel=no:" src/journal/journald.conf || die
103    
104   # fix rootlink install location   # fix rootlink install location
105   sed -i "s:^\(udevdir=\).*:\1/usr/lib/udev:" ${UDEV_CONFIG_SRCDIR}/Makefile || die   sed -i "s:^\(udevdir=\).*:\1/usr/lib/udev:" ${UDEV_CONFIG_SRCDIR}/Makefile || die
   
  # regen configure  
  mautoreconf || die  
106  }  }
107    
108  src_compile()  src_compile()

Legend:
Removed from v.4198  
changed lines
  Added in v.4199