diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-16 20:43:49 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-16 20:43:49 +0000 |
| commit | 0582b0f8cd26678e741a06ba2ab42cc47a7c689a (patch) | |
| tree | 028dcc99591775e87682c0ff8259fea3a21aa538 /src/tesserae/fcron.nim | |
| parent | moved core LFS tessera to core/ (diff) | |
moved non LFS tessera to extra/
Diffstat (limited to 'src/tesserae/fcron.nim')
| -rw-r--r-- | src/tesserae/fcron.nim | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/tesserae/fcron.nim b/src/tesserae/fcron.nim deleted file mode 100644 index c19995f..0000000 --- a/src/tesserae/fcron.nim +++ /dev/null @@ -1,32 +0,0 @@ -import .. / lapis - -tessera "fcron": - source: "http://fcron.free.fr/archives/fcron-3.4.0.src.tar.gz" - patches: @[""] - dependencies: @[""] - build: @[ - """ - cat >> /etc/syslog.conf << "EOF" - # Begin fcron addition to /etc/syslog.conf - - cron.* -/var/log/cron.log - - # End fcron addition - EOF - """, - "/etc/rc.d/init.d/sysklogd reload", - "groupadd -g 22 fcron", - "useradd -d /dev/null -c \"Fcron User\" -g fcron -s /bin/false -u 22 fcron", - "find doc -type f -exec sed -i 's:/usr/local::g' {} \\;", - """ - .configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --without-sendmail \ - --with-boot-install=neo \ - --with-systemdsystemunitdir=no - """, - "make", - "make install" - ] - result: "fcron" |
