The following packages will be installed: daemonize Fetching README... 0%100%100%100%100%100%Done Fetching daemonize.SlackBuild... 0%100%100%100%100%100%Done Fetching daemonize.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done daemonize-1.7.5/ daemonize-1.7.5/version.h daemonize-1.7.5/basename.c daemonize-1.7.5/install-sh daemonize-1.7.5/testdaemon.c daemonize-1.7.5/strerror.c daemonize-1.7.5/acconfig.h daemonize-1.7.5/INSTALL daemonize-1.7.5/configure daemonize-1.7.5/Makefile.in daemonize-1.7.5/daemonize.c daemonize-1.7.5/configure.in daemonize-1.7.5/README.md daemonize-1.7.5/flock.c daemonize-1.7.5/LICENSE.md daemonize-1.7.5/daemonize.1 daemonize-1.7.5/flock.h daemonize-1.7.5/config.h.in daemonize-1.7.5/getopt.c daemonize-1.7.5/setenv.c daemonize-1.7.5/CHANGELOG.md daemonize-1.7.5/daemon.c checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /usr/bin/ginstall -c checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for 'sig_t' typedef... yes checking for 'struct passwd'... yes checking for 'pw_comment' field... no checking for 'pw_gecos' field... yes checking for predefined 'bool' type... no checking for TRUE constant in standard headers... no checking for FALSE constant in standard headers... no checking for initgroups... yes checking for getpgrp... yes checking for setpgrp... yes checking for setsid... yes checking whether getpgrp requires zero arguments... yes checking whether setpgrp takes no argument... yes checking for vprintf... yes checking for _doprnt... no checking for vfork... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... (cached) yes checking for working fork... yes checking for working vfork... (cached) yes checking for strerror... yes checking for daemon... yes checking for basename... yes checking for setenv... yes checking for flock... yes checking for long file names... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h *** *** daemonize is released under a BSD-style license. *** See the LICENSE file distributed with the source code for details. *** gcc -c daemonize.c -I. -I. daemonize.c: In function ‘switch_user’: daemonize.c:278:9: warning: implicit declaration of function ‘initgroups’; did you mean ‘getgroups’? [-Wimplicit-function-declaration] 278 | if (initgroups(pw->pw_name, pw->pw_gid) == -1) | ^~~~~~~~~~ | getgroups gcc -c getopt.c -I. -I. gcc -o daemonize daemonize.o getopt.o mkdir -p /usr/src/slapt-src-i486/system/daemonize/package-daemonize/usr/sbin /usr/bin/ginstall -c -m 0755 daemonize /usr/src/slapt-src-i486/system/daemonize/package-daemonize/usr/sbin mkdir -p /usr/src/slapt-src-i486/system/daemonize/package-daemonize/usr/man/man1 /usr/bin/ginstall -c -m 0644 ./daemonize.1 /usr/src/slapt-src-i486/system/daemonize/package-daemonize/usr/man/man1 Slackware package maker, version 3.14159265. 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 Slackware package: /usr/src/slapt-src-i486/system/daemonize/daemonize-1.7.5-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/daemonize-1.7.5/ usr/doc/daemonize-1.7.5/LICENSE.md usr/doc/daemonize-1.7.5/README.md usr/doc/daemonize-1.7.5/daemonize.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/daemonize.1.gz usr/sbin/ usr/sbin/daemonize Slackware package /usr/src/slapt-src-i486/system/daemonize/daemonize-1.7.5-i586-1salix15.0.txz created. Installing package daemonize-1.7.5-i586-1salix15.0... | daemonize (run a program as a daemon) | | daemonize allows you to run a program as a Unix daemon. | | Homepage: http://software.clapper.org/daemonize/ | | | | | | | |