Exploding package /splack-12.1/source/a/dcron/_dcron.tar.gz in current directory: ./ usr/ usr/bin/ usr/bin/crontab usr/bin/run-parts usr/sbin/ usr/sbin/crond usr/doc/ usr/man/ usr/man/man1/ usr/man/man8/ install/ install/doinst.sh var/ var/spool/ var/spool/cron/ var/spool/cron/crontabs/ var/spool/cron/crontabs/root.new etc/ etc/cron.daily/ etc/cron.hourly/ etc/cron.monthly/ etc/cron.weekly/ An installation script was detected in ./install/doinst.sh, but was not executed. dcron-2.3.3/ dcron-2.3.3/main.c dcron-2.3.3/defs.h dcron-2.3.3/database.c dcron-2.3.3/job.c dcron-2.3.3/subs.c dcron-2.3.3/COPYING dcron-2.3.3/Makefile dcron-2.3.3/diffs dcron-2.3.3/crontab.c dcron-2.3.3/CHANGES dcron-2.3.3/README dcron-2.3.3/crontab.1 dcron-2.3.3/crond.8 dcron-2.3.3/dcron-2.3.3.lsm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./defs.h.orig Fri Sep 5 14:44:32 1997 |+++ ./defs.h Thu Aug 26 16:56:10 1999 -------------------------- Patching file defs.h using Plan A... Hunk #1 succeeded at 29. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./subs.c.orig Mon Feb 16 13:35:10 1998 |+++ ./subs.c Thu Aug 26 16:57:21 1999 -------------------------- Patching file subs.c using Plan A... Hunk #1 succeeded at 15. Hunk #2 succeeded at 80. Hunk #3 succeeded at 132. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./CHANGES:1.1 Fri Jan 7 18:15:59 2000 |+++ ./CHANGES Thu Apr 20 12:10:36 2000 -------------------------- Patching file CHANGES using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./Makefile:1.1 Fri Jan 7 18:15:59 2000 |+++ ./Makefile Thu Apr 20 12:24:40 2000 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 27. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./crontab.c:1.1 Fri Jan 7 18:15:59 2000 |+++ ./crontab.c Sun Mar 19 15:03:36 2000 -------------------------- Patching file crontab.c using Plan A... Hunk #1 succeeded at 15. Hunk #2 succeeded at 139. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./defs.h:1.1 Fri Jan 7 18:15:59 2000 |+++ ./defs.h Sun Mar 19 15:03:36 2000 -------------------------- Patching file defs.h using Plan A... Hunk #1 succeeded at 17. Hunk #2 succeeded at 33. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./job.c:1.1 Fri Jan 7 18:15:59 2000 |+++ ./job.c Thu Apr 20 12:10:36 2000 -------------------------- Patching file job.c using Plan A... Hunk #1 succeeded at 16. Hunk #2 succeeded at 57. Hunk #3 succeeded at 65. Hunk #4 succeeded at 81. Hunk #5 succeeded at 150. Hunk #6 succeeded at 175. Hunk #7 succeeded at 184. Hunk #8 succeeded at 194. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./main.c:1.1 Fri Jan 7 18:15:59 2000 |+++ ./main.c Sun Mar 19 15:03:36 2000 -------------------------- Patching file main.c using Plan A... Hunk #1 succeeded at 15. Hunk #2 succeeded at 39. Hunk #3 succeeded at 92. Hunk #4 succeeded at 108. Hunk #5 succeeded at 130. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./subs.c:1.1 Fri Jan 7 18:15:59 2000 |+++ ./subs.c Sun Mar 19 15:03:36 2000 -------------------------- Patching file subs.c using Plan A... Hunk #1 succeeded at 10. Hunk #2 succeeded at 79. Hunk #3 succeeded at 156. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./defs.h.orig Wed May 30 14:13:05 2001 |+++ ./defs.h Wed May 30 14:13:13 2001 -------------------------- Patching file defs.h using Plan A... Hunk #1 succeeded at 41. done Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./crontab.c.orig Wed Feb 20 14:31:32 2002 |+++ ./crontab.c Wed Feb 20 14:33:13 2002 -------------------------- Patching file crontab.c using Plan A... Hunk #1 succeeded at 197. done patching file defs.h Hunk #1 succeeded at 57 (offset 6 lines). patching file job.c fgrep -h Prototype main.c subs.c database.c job.c crontab.c subs.c >protos.h gcc -m32 -mcpu=v8 -mtune=v9 -c -o main.o main.c In file included from defs.h:88, from main.c:13: protos.h:8: warning: conflicting types for built-in function 'log' gcc -m32 -mcpu=v8 -mtune=v9 -c -o subs.o subs.c In file included from defs.h:88, from subs.c:9: protos.h:8: warning: conflicting types for built-in function 'log' gcc -m32 -mcpu=v8 -mtune=v9 -c -o database.o database.c In file included from defs.h:88, from database.c:9: protos.h:8: warning: conflicting types for built-in function 'log' gcc -m32 -mcpu=v8 -mtune=v9 -c -o job.o job.c In file included from defs.h:88, from job.c:9: protos.h:8: warning: conflicting types for built-in function 'log' gcc -m32 -mcpu=v8 -mtune=v9 -o crond main.o subs.o database.o job.o strip crond gcc -m32 -mcpu=v8 -mtune=v9 -c -o crontab.o crontab.c In file included from defs.h:88, from crontab.c:13: protos.h:8: warning: conflicting types for built-in function 'log' gcc -m32 -mcpu=v8 -mtune=v9 -o crontab crontab.o subs.o strip crontab Slackware package maker, version 2.1. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating tar file dcron-2.3.3-sparc-6.tar... ./ usr/ usr/bin/ usr/bin/crontab usr/bin/run-parts usr/sbin/ usr/sbin/crond usr/doc/ usr/doc/dcron-2.3.3/ usr/doc/dcron-2.3.3/CHANGES usr/doc/dcron-2.3.3/README usr/doc/dcron-2.3.3/dcron-2.3.3.lsm usr/man/ usr/man/man1/ usr/man/man1/crontab.1.gz usr/man/man8/ usr/man/man8/crond.8.gz usr/man/man8/run-parts.8.gz install/ install/doinst.sh install/slack-desc var/ var/spool/ var/spool/cron/ var/spool/cron/crontabs/ var/spool/cron/crontabs/root.new etc/ etc/cron.daily/ etc/cron.hourly/ etc/cron.monthly/ etc/cron.weekly/ tar-1.13: dcron-2.3.3-sparc-6.tar is the archive; not dumped Gzipping dcron-2.3.3-sparc-6.tar... Renaming dcron-2.3.3-sparc-6.tar.gz to dcron-2.3.3-sparc-6.tgz... Moving dcron-2.3.3-sparc-6.tgz to /tmp... Package creation complete.