AC_DECL_YYTEXT])
dnl
-dnl $Id: aclocal.m4,v 1.4 2001/07/16 09:32:21 hartmans Exp $
+dnl $Id: aclocal.m4,v 1.5 2001/07/16 12:53:29 hartmans Exp $
dnl
dnl check if this computer is little or big-endian
print "Run this script again when you meet the requirements\n";
exit(1);
}
+
+ if ($> != 0) {
+die "This script should almost always be run as root. Use the --requirements-met option to run as non-root.\n";
+}
}
open(MOUNT, "mount |") or die "Failed to run mount: $!\n";
while(<MOUNT>) {
print "Please restart the script when you meet these conditions.\n";
exit(1);
}
+
+ if ($> != 0) {
+die "This script should almost always be run as root. Use the --requirements-met option to run as non-root.\n";
+}
}
# Get configuration information we need
+openafs (1.1.0-1) unstable; urgency=low
+
+ * New Upstream release.
+ * Warn if not running as root for afs-newcell|rootvol, closes: #103532
+
+ -- Sam Hartman <hartmans@debian.org> Mon, 16 Jul 2001 06:13:41 -0400
+
openafs (1.0.90.20010710.snapshot-1) experimental; urgency=low
* New upstream snapshot
--- /dev/null
+Index: src/libafs/MakefileProto.LINUX.in
+===================================================================
+RCS file: /afs/sipb.mit.edu/project/openafs/debian/cvs/openafs/src/libafs/MakefileProto.LINUX.in,v
+retrieving revision 1.1.1.3
+diff -u -r1.1.1.3 MakefileProto.LINUX.in
+--- src/libafs/MakefileProto.LINUX.in 14 Jul 2001 22:22:46 -0000 1.1.1.3
++++ src/libafs/MakefileProto.LINUX.in 16 Jul 2001 09:40:24 -0000
+@@ -143,8 +143,8 @@
+ LIBAFS = libafs-${CLIENT}.o
+ LIBAFS_MP = libafs-${CLIENT}.mp.o
+
+-DEST_LIBAFS = ${DESTDIR}/root.client/usr/vice/etc/modload/${LIBAFS}
+-DEST_LIBAFS_MP = ${DESTDIR}/root.client/usr/vice/etc/modload/${LIBAFS_MP}
++DEST_LIBAFS = ${DESTDIR}/root.client/usr/vice/etc/modload/openafs.o
++DEST_LIBAFS_MP = ${DESTDIR}/root.client/usr/vice/etc/modload/openafs.mp.o
+
+
+ libafs: $(DEST_LIBAFS)
cpio -admp debian/$(srcpkg)/usr/src/modules/$(package)
( cd debian/$(srcpkg)/usr/src/modules/$(package)&& \
$(MAKE) -f debian/rules clean && \
+ rm -rf src/libafs/rx src/libafs/afs src/libafs/afsint; \
mv debian/kern-sysname debian/sysname)
chown -R root.root debian/$(srcpkg)
find debian/$(srcpkg) -type d | xargs chmod 755
+# Generated automatically from Makefile.version-NOCML.in by configure.
# Copyright 2000, International Business Machines Corporation and others.
# All Rights Reserved.
#
# License. For details, see the LICENSE file in the top-level source
# directory or online at http://www.openafs.org/dl/license10.html
+PACKAGE=openafs
+VERSION=1.1.0
+
AFS_component_version_number.o: AFS_component_version_number.c
AFS_component_version_number.c:
- echo 'char cml_version_number[]="@(#) OpenAFS devel built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c;
- echo 'char* AFSVersion = "openafs devel"; ' >>AFS_component_version_number.c;
+ echo 'char cml_version_number[]="@(#) OpenAFS ${VERSION} built ' `date +"%Y-%m-%d"` '";' >AFS_component_version_number.c;
+ echo 'char* AFSVersion = "${PACKAGE} ${VERSION}"; ' >>AFS_component_version_number.c;
noversion: install
LIBAFS = libafs-${CLIENT}.o
LIBAFS_MP = libafs-${CLIENT}.mp.o
-DEST_LIBAFS = ${DESTDIR}/root.client/usr/vice/etc/modload/${LIBAFS}
-DEST_LIBAFS_MP = ${DESTDIR}/root.client/usr/vice/etc/modload/${LIBAFS_MP}
+DEST_LIBAFS = ${DESTDIR}/root.client/usr/vice/etc/modload/openafs.o
+DEST_LIBAFS_MP = ${DESTDIR}/root.client/usr/vice/etc/modload/openafs.mp.o
libafs: $(DEST_LIBAFS)