libutempter-1.1.1/ libutempter-1.1.1/.indent.pro libutempter-1.1.1/COPYING libutempter-1.1.1/Makefile libutempter-1.1.1/README libutempter-1.1.1/iface.c libutempter-1.1.1/libutempter.map libutempter-1.1.1/libutempter.spec libutempter-1.1.1/utempter.c libutempter-1.1.1/utempter.h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r --new-file libutempter-1.1.1.orig/Makefile libutempter-1.1.1/Makefile |--- libutempter-1.1.1.orig/Makefile 2002-12-24 03:25:11.000000000 -0800 |+++ libutempter-1.1.1/Makefile 2004-04-19 13:20:04.000000000 -0700 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 31. Hunk #2 succeeded at 52. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -u -r --new-file libutempter-1.1.1.orig/iface.c libutempter-1.1.1/iface.c |--- libutempter-1.1.1.orig/iface.c 2003-02-14 10:09:03.000000000 -0800 |+++ libutempter-1.1.1/iface.c 2004-04-19 13:20:52.000000000 -0700 -------------------------- Patching file iface.c using Plan A... Hunk #1 succeeded at 36. done cc -DLIBEXECDIR=\"/usr/sbin\" utempter.c -o utempter cc -DLIBEXECDIR=\"/usr/sbin\" -c -fPIC iface.c -o iface.os cc -shared -Wl,-soname,libutempter.so.0 -Wl,--version-script=libutempter.map -lc iface.os -o libutempter.so cc -DLIBEXECDIR=\"/usr/sbin\" -c -o iface.o iface.c ar rv libutempter.a iface.o a - iface.o ranlib libutempter.a install -pD -m2711 utempter /tmp/package-utempter/usr/sbin/utempter install -pD -m644 utempter.h /tmp/package-utempter/usr/include/utempter.h install -pD -m755 libutempter.so /tmp/package-utempter/usr/lib/libutempter.so. install -pD -m644 libutempter.a /tmp/package-utempter/usr/lib/libutempter.a ln -s libutempter.so. /tmp/package-utempter/usr/lib/libutempter.so.0 ln -s libutempter.so.0 /tmp/package-utempter/usr/lib/libutempter.so Slackware package maker, version 2.1. Searching for symbolic links: usr/lib/libutempter.so.0 -> libutempter.so. usr/lib/libutempter.so -> libutempter.so.0 Making symbolic link creation script: ( cd usr/lib ; rm -rf libutempter.so.0 ) ( cd usr/lib ; ln -sf libutempter.so. libutempter.so.0 ) ( cd usr/lib ; rm -rf libutempter.so ) ( cd usr/lib ; ln -sf libutempter.so.0 libutempter.so ) Unless your existing installation script already contains the code to create these links, you should append these lines to your existing install script. Now's your chance. :^) Would you like to add this stuff to the existing install script and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed `./usr/lib/libutempter.so.0' removed `./usr/lib/libutempter.so' Updating your ./install/doinst.sh... 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 utempter-1.1.1-sparc-0.tar... ./ usr/ usr/sbin/ usr/sbin/utempter usr/include/ usr/include/utempter.h usr/lib/ usr/lib/libutempter.so. usr/doc/ usr/doc/utempter-1.1.1/ usr/doc/utempter-1.1.1/COPYING usr/doc/utempter-1.1.1/README install/ install/slack-desc install/doinst.sh Gzipping utempter-1.1.1-sparc-0.tar... Renaming utempter-1.1.1-sparc-0.tar.gz to utempter-1.1.1-sparc-0.tgz... Moving utempter-1.1.1-sparc-0.tgz to /tmp... Package creation complete.