Magellan Linux

Diff of /trunk/core/cronie/cronie-1.5.2-r1.smage2

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

revision 30949 by niro, Tue May 22 11:02:13 2018 UTC revision 30950 by niro, Tue May 22 11:05:12 2018 UTC
# Line 22  SDEPEND=">= sys-dev/autoconf-5 Line 22  SDEPEND=">= sys-dev/autoconf-5
22  PROVIDE="virtual/cron"  PROVIDE="virtual/cron"
23    
24  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
25  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PNAME}-${PVER}"
26    
27  sminclude mtools systemd  sminclude mtools systemd
28    
# Line 43  src_prepare() Line 43  src_prepare()
43   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
44   cd ${SRCDIR}   cd ${SRCDIR}
45    
46     # create configure
47     mautoreconf || die
48    
49   # log to syslog by default   # log to syslog by default
50   sed -i 's:^\(CRONDARGS=\).*:\1"-s":' crond.sysconfig || die   sed -i 's:^\(CRONDARGS=\).*:\1"-s":' crond.sysconfig || die
51  }  }

Legend:
Removed from v.30949  
changed lines
  Added in v.30950