#13879: at-3.1.23 has a bogus sed and autoconf
-------------------------+-----------------------
 Reporter:  ken@…        |       Owner:  ken@…
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  10.0
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by thomas):

 Right. Looks like that is redundant as we have to override at 'make
 install' anyhow - otherwise we get the docs installed in
 ${prefix}/share/doc/at-x.y.z/**at/** .

 DESTDIR=/path is not supported but IROOT=/path (but still root required)

 In my scripts i add
 {{{
 --with-jobdir=/var/spool/atjobs \
 --with-atspool=/var/spool/atspool \
 }}}
 to configure so the
 {{{
 mkdir /var/spool/cron
 }}}
 can be dropped. I think '/var/spool/cron' is misleading since `at` has
 nothing to do with `cron` or even `fcron`.

 I also had to add `/etc/pam.d/atd` containing
 {{{
 auth required pam_unix.so
 account required pam_unix.so
 password required pam_unix.so
 session required pam_unix.so
 }}}

 Btw, there is also a newer version than 3.1.23:
 http://software.calhariz.com/at/at_3.2.1.orig.tar.gz

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/13879#comment:2>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to