The following packages will be installed: physlock Fetching README... 0%100%100%100%100%100%Done Fetching physlock.SlackBuild... 0%100%100%100%100%100%Done Fetching physlock.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done physlock-0.4.5/ physlock-0.4.5/.gitignore physlock-0.4.5/LICENSE physlock-0.4.5/Makefile physlock-0.4.5/README.md physlock-0.4.5/auth.c physlock-0.4.5/auth.h physlock-0.4.5/config.h physlock-0.4.5/main.c physlock-0.4.5/options.c physlock-0.4.5/options.h physlock-0.4.5/physlock.1 physlock-0.4.5/util.c physlock-0.4.5/util.h physlock-0.4.5/vt.c physlock-0.4.5/vt.h Makefile:18: warning: ignoring prerequisites on suffix rule definition gcc -Wall -pedantic -DVERSION=\"0.4.5\" -c -o auth.o auth.c auth.c: In function ‘authenticate’: auth.c:71:19: warning: implicit declaration of function ‘crypt’ [-Wimplicit-function-declaration] 71 | cryptpw = crypt(pw, uinfo->pwhash); | ^~~~~ auth.c:71:17: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 71 | cryptpw = crypt(pw, uinfo->pwhash); | ^ gcc -Wall -pedantic -DVERSION=\"0.4.5\" -c -o main.o main.c gcc -Wall -pedantic -DVERSION=\"0.4.5\" -c -o options.o options.c gcc -Wall -pedantic -DVERSION=\"0.4.5\" -c -o util.o util.c gcc -Wall -pedantic -DVERSION=\"0.4.5\" -c -o vt.o vt.c gcc -o physlock auth.o main.o options.o util.o vt.o -lcrypt Makefile:18: warning: ignoring prerequisites on suffix rule definition install -D -m 4755 -o root -g root physlock /usr/src/slapt-src-i486/system/physlock/package-physlock/usr/bin/physlock mkdir -p /usr/src/slapt-src-i486/system/physlock/package-physlock/usr/share/man/man1 sed "s/VERSION/0.4.5/g" physlock.1 > /usr/src/slapt-src-i486/system/physlock/package-physlock/usr/share/man/man1/physlock.1 chmod 644 /usr/src/slapt-src-i486/system/physlock/package-physlock/usr/share/man/man1/physlock.1 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/physlock/physlock-0.4.5-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/physlock usr/doc/ usr/doc/physlock-0.4.5/ usr/doc/physlock-0.4.5/LICENSE usr/doc/physlock-0.4.5/README.md usr/doc/physlock-0.4.5/physlock.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/physlock.1.gz Slackware package /usr/src/slapt-src-i486/system/physlock/physlock-0.4.5-i586-1salix15.0.txz created. Installing package physlock-0.4.5-i586-1salix15.0... | physlock (Lightweight Linux console locking tool) | | Control physical access to a linux computer by locking all of its | virtual terminals / consoles. | | physlock is an alternative to vlock, it is equivalent to `vlock -an'. | It is written because vlock blocks some linux kernel mechanisms like | hibernate and suspend and can therefore only be used with some | limitations. | | https://github.com/muennich/physlock | |