[Glibc-bsd-commits] r3221 - in branches/squeeze/freebsd-utils/debian: . patches

Petr Salinger ps-guest at alioth.debian.org
Mon Jan 10 08:29:59 UTC 2011


Author: ps-guest
Date: 2011-01-10 08:29:59 +0000 (Mon, 10 Jan 2011)
New Revision: 3221

Removed:
   branches/squeeze/freebsd-utils/debian/patches/000_mkuzip.diff
   branches/squeeze/freebsd-utils/debian/patches/031_savecore.diff
Modified:
   branches/squeeze/freebsd-utils/debian/changelog
   branches/squeeze/freebsd-utils/debian/control
   branches/squeeze/freebsd-utils/debian/freebsd-utils.install
   branches/squeeze/freebsd-utils/debian/freebsd-utils.manpages
   branches/squeeze/freebsd-utils/debian/patches/series
   branches/squeeze/freebsd-utils/debian/rules
Log:
sync with really uploaded squeeze versions



Modified: branches/squeeze/freebsd-utils/debian/changelog
===================================================================
--- branches/squeeze/freebsd-utils/debian/changelog	2011-01-10 08:21:21 UTC (rev 3220)
+++ branches/squeeze/freebsd-utils/debian/changelog	2011-01-10 08:29:59 UTC (rev 3221)
@@ -1,14 +1,12 @@
-freebsd-utils (8.1-4) UNRELEASED; urgency=low
+freebsd-utils (8.1-3.1) unstable; urgency=high
 
-  [ Robert Millan ]
-  * Require kfreebsd-kernel-headers >= 0.54.
-  * Add mkuzip.
+  * Non-maintainer upload (requested by Petr).
+  * Revert 032_delete_key.diff
+    The proper solution needs more changes, unsuitable during deep freeze.
+    See #605065, #605777, #607662.
 
-  [ Tuco Xyz ]
-  * Add dumpon and savecore.
+ -- Robert Millan <rmh at debian.org>  Wed, 05 Jan 2011 10:05:19 +0100
 
- -- Aurelien Jarno <aurel32 at debian.org>  Fri, 03 Dec 2010 22:03:06 +0100
-
 freebsd-utils (8.1-3) unstable; urgency=low
 
   [ Aurelien Jarno ]

Modified: branches/squeeze/freebsd-utils/debian/control
===================================================================
--- branches/squeeze/freebsd-utils/debian/control	2011-01-10 08:21:21 UTC (rev 3220)
+++ branches/squeeze/freebsd-utils/debian/control	2011-01-10 08:29:59 UTC (rev 3221)
@@ -5,7 +5,7 @@
 Uploaders: Aurelien Jarno <aurel32 at debian.org>, Guillem Jover <guillem at debian.org>
 Build-Depends: debhelper (>= 7), quilt, po-debconf, freebsd-buildutils,
  libkvm-dev (>= 8.1), libbsd-dev (>= 0.2.0), libc0.1-dev (>= 2.11.2),
- flex | flex-old, kfreebsd-kernel-headers (>= 0.54), libmemstat-dev, libnetgraph-dev,
+ flex | flex-old, kfreebsd-kernel-headers (>= 0.51), libmemstat-dev, libnetgraph-dev,
  libipx-dev, libkiconv-dev, libgeom-dev, libdevstat-dev, libsbuf-dev, libcam-dev (>= 8.1),
  libedit-dev, sharutils
 # libkvm-dev: dmesg

Modified: branches/squeeze/freebsd-utils/debian/freebsd-utils.install
===================================================================
--- branches/squeeze/freebsd-utils/debian/freebsd-utils.install	2011-01-10 08:21:21 UTC (rev 3220)
+++ branches/squeeze/freebsd-utils/debian/freebsd-utils.install	2011-01-10 08:29:59 UTC (rev 3221)
@@ -6,7 +6,6 @@
 
 usr.bin/kdump/kdump	    		/usr/bin
 usr.bin/ktrace/ktrace    		/usr/bin
-usr.bin/mkuzip/mkuzip			/usr/bin
 
 debian/devfs.d				/etc
 debian/scripts/bin/mount		/bin
@@ -14,8 +13,6 @@
 debian/scripts/sbin/umount		/sbin
 
 sbin/dmesg/dmesg			/bin
-sbin/dumpon/dumpon			/sbin
-sbin/savecore/savecore			/sbin
 sbin/swapon/swapon			/sbin
 sbin/atacontrol/atacontrol		/sbin
 sbin/camcontrol/camcontrol		/sbin
@@ -36,3 +33,4 @@
 sbin/devfs/devfs			/sbin
 
 usr.sbin/acpi/acpiconf/acpiconf		/usr/sbin
+

Modified: branches/squeeze/freebsd-utils/debian/freebsd-utils.manpages
===================================================================
--- branches/squeeze/freebsd-utils/debian/freebsd-utils.manpages	2011-01-10 08:21:21 UTC (rev 3220)
+++ branches/squeeze/freebsd-utils/debian/freebsd-utils.manpages	2011-01-10 08:29:59 UTC (rev 3221)
@@ -1,7 +1,6 @@
 bin/kenv/kenv.1
 usr.bin/kdump/kdump.1
 usr.bin/ktrace/ktrace.1
-usr.bin/mkuzip/mkuzip.8
 sbin/atacontrol/atacontrol.8
 sbin/camcontrol/camcontrol.8
 sbin/ccdconfig/ccdconfig.8
@@ -9,7 +8,6 @@
 sbin/devd/devd.conf.5
 sbin/devfs/devfs.8
 sbin/dmesg/dmesg.8
-sbin/dumpon/dumpon.8
 sbin/mdconfig/mdconfig.8
 sbin/mount_autofs/mount_autofs.8
 sbin/mount_cd9660/mount_cd9660.8
@@ -24,7 +22,6 @@
 sbin/mount_std/mount_std.8
 sbin/mount_udf/mount_udf.8
 sbin/mount_unionfs/mount_unionfs.8
-sbin/savecore/savecore.8
 sbin/swapon/swapon.8
 sbin/sysctl/sysctl.8
 sbin/umount/umount.8

Deleted: branches/squeeze/freebsd-utils/debian/patches/000_mkuzip.diff
===================================================================
--- branches/squeeze/freebsd-utils/debian/patches/000_mkuzip.diff	2011-01-10 08:21:21 UTC (rev 3220)
+++ branches/squeeze/freebsd-utils/debian/patches/000_mkuzip.diff	2011-01-10 08:29:59 UTC (rev 3221)
@@ -1,403 +0,0 @@
-diff -Nur a/usr.bin/mkuzip/Makefile b/usr.bin/mkuzip/Makefile
---- a/usr.bin/mkuzip/Makefile	1970-01-01 01:00:00.000000000 +0100
-+++ b/usr.bin/mkuzip/Makefile	2005-05-02 19:38:49.000000000 +0200
-@@ -0,0 +1,11 @@
-+# $FreeBSD$
-+
-+PROG=	mkuzip
-+MAN=	mkuzip.8
-+
-+DPADD=	${LIBZ}
-+LDADD=	-lz
-+
-+WARNS?=	6
-+
-+.include <bsd.prog.mk>
-diff -Nur a/usr.bin/mkuzip/mkuzip.8 b/usr.bin/mkuzip/mkuzip.8
---- a/usr.bin/mkuzip/mkuzip.8	1970-01-01 01:00:00.000000000 +0100
-+++ b/usr.bin/mkuzip/mkuzip.8	2006-09-29 17:20:48.000000000 +0200
-@@ -0,0 +1,106 @@
-+.\" ----------------------------------------------------------------------------
-+.\" "THE BEER-WARE LICENSE" (Revision 42):
-+.\" <sobomax at FreeBSD.ORG> wrote this file. As long as you retain this notice you
-+.\" can do whatever you want with this stuff. If we meet some day, and you think
-+.\" this stuff is worth it, you can buy me a beer in return.       Maxim Sobolev
-+.\" ----------------------------------------------------------------------------
-+.\"
-+.\" $FreeBSD$
-+.\"
-+.Dd March 17, 2006
-+.Dt MKUZIP 8
-+.Os
-+.Sh NAME
-+.Nm mkuzip
-+.Nd compress disk image for use with
-+.Xr geom_uzip 4
-+class
-+.Sh SYNOPSIS
-+.Nm
-+.Op Fl v
-+.Op Fl o Ar outfile
-+.Op Fl s Ar cluster_size
-+.Ar infile
-+.Sh DESCRIPTION
-+The
-+.Nm
-+utility compresses a disk image file so that the
-+.Xr geom_uzip 4
-+class will be able to decompress the resulting image at run-time.
-+This allows for a significant reduction of size of disk image at
-+the expense of some CPU time required to decompress the data each
-+time it is read.
-+The
-+.Nm
-+utility
-+works in two phases:
-+.Bl -enum
-+.It
-+An
-+.Ar infile
-+image is split into clusters; each cluster is compressed using
-+.Xr zlib 3 .
-+.It
-+The resulting set of compressed clusters along with headers that allow
-+locating each individual cluster is written to the output file.
-+.El
-+.Pp
-+The options are:
-+.Bl -tag -width indent
-+.It Fl o Ar outfile
-+Name of the output file
-+.Ar outfile .
-+The default is to use the input name with the suffix
-+.Pa .uzip .
-+.It Fl s Ar cluster_size
-+Split the image into clusters of
-+.Ar cluster_size
-+bytes, 16384 bytes by default.
-+The
-+.Ar cluster_size
-+should be a multiple of 512 bytes.
-+.It Fl v
-+Display verbose messages.
-+.El
-+.Sh NOTES
-+The compression ratio largely depends on the cluster size used.
-+.\" The following two sentences are unclear: how can gzip(1) be
-+.\" used in a comparable fashion, and wouldn't a gzip-compressed
-+.\" image suffer from larger cluster sizes as well?
-+For large cluster sizes (16K and higher), typical compression ratios
-+are only 1-2% less than those achieved with
-+.Xr gzip 1 .
-+However, it should be kept in mind that larger cluster
-+sizes lead to higher overhead in the
-+.Xr geom_uzip 4
-+class, as the class has to decompress the whole cluster even if
-+only a few bytes from that cluster have to be read.
-+.Pp
-+The
-+.Nm
-+utility
-+inserts a short shell script at the beginning of the generated image,
-+which makes it possible to
-+.Dq run
-+the image just like any other shell script.
-+The script tries to load the
-+.Xr geom_uzip 4
-+class if it is not loaded, configure the image as an
-+.Xr md 4
-+disk device using
-+.Xr mdconfig 8 ,
-+and automatically mount it using
-+.Xr mount_cd9660 8
-+on the mount point provided as the first argument to the script.
-+.Sh EXIT STATUS
-+.Ex -std
-+.Sh SEE ALSO
-+.Xr gzip 1 ,
-+.Xr zlib 3 ,
-+.Xr geom 4 ,
-+.Xr geom_uzip 4 ,
-+.Xr md 4 ,
-+.Xr mdconfig 8 ,
-+.Xr mount_cd9660 8
-+.Sh AUTHORS
-+.An Maxim Sobolev Aq sobomax at FreeBSD.org
-diff -Nur a/usr.bin/mkuzip/mkuzip.c b/usr.bin/mkuzip/mkuzip.c
---- a/usr.bin/mkuzip/mkuzip.c	1970-01-01 01:00:00.000000000 +0100
-+++ b/usr.bin/mkuzip/mkuzip.c	2007-03-06 18:04:15.000000000 +0100
-@@ -0,0 +1,274 @@
-+/*
-+ * ----------------------------------------------------------------------------
-+ * "THE BEER-WARE LICENSE" (Revision 42):
-+ * <sobomax at FreeBSD.ORG> wrote this file. As long as you retain this notice you
-+ * can do whatever you want with this stuff. If we meet some day, and you think
-+ * this stuff is worth it, you can buy me a beer in return.       Maxim Sobolev
-+ * ----------------------------------------------------------------------------
-+ *
-+ * $FreeBSD$
-+ *
-+ */
-+
-+#include <sys/types.h>
-+#include <sys/disk.h>
-+#include <sys/endian.h>
-+#include <sys/param.h>
-+#include <sys/stat.h>
-+#include <sys/uio.h>
-+#include <netinet/in.h>
-+#include <zlib.h>
-+#include <err.h>
-+#include <fcntl.h>
-+#include <signal.h>
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#include <unistd.h>
-+
-+#define CLSTSIZE	16384
-+#define DEFAULT_SUFX	".uzip"
-+
-+#define CLOOP_MAGIC_LEN 128
-+static char CLOOP_MAGIC_START[] = "#!/bin/sh\n#V2.0 Format\n"
-+    "m=geom_uzip\n(kldstat -m $m 2>&-||kldload $m)>&-&&"
-+    "mount_cd9660 /dev/`mdconfig -af $0`.uzip $1\nexit $?\n";
-+
-+static char *readblock(int, char *, u_int32_t);
-+static void usage(void);
-+static void *safe_malloc(size_t);
-+static void cleanup(void);
-+
-+static char *cleanfile = NULL;
-+
-+int main(int argc, char **argv)
-+{
-+	char *iname, *oname, *obuf, *ibuf;
-+	uint64_t *toc;
-+	int fdr, fdw, i, opt, verbose, tmp;
-+	struct iovec iov[2];
-+	struct stat sb;
-+	uLongf destlen;
-+	uint64_t offset;
-+	struct cloop_header {
-+		char magic[CLOOP_MAGIC_LEN];    /* cloop magic */
-+		uint32_t blksz;                 /* block size */
-+		uint32_t nblocks;               /* number of blocks */
-+	} hdr;
-+
-+	memset(&hdr, 0, sizeof(hdr));
-+	hdr.blksz = CLSTSIZE;
-+	strcpy(hdr.magic, CLOOP_MAGIC_START);
-+	oname = NULL;
-+	verbose = 0;
-+
-+	while((opt = getopt(argc, argv, "o:s:v")) != -1) {
-+		switch(opt) {
-+		case 'o':
-+			oname = optarg;
-+			break;
-+
-+		case 's':
-+			tmp = atoi(optarg);
-+			if (tmp <= 0) {
-+				errx(1, "invalid cluster size specified: %s",
-+				    optarg);
-+				/* Not reached */
-+			}
-+			if (tmp % DEV_BSIZE != 0) {
-+				errx(1, "cluster size should be multiple of %d",
-+				    DEV_BSIZE);
-+				/* Not reached */
-+			}
-+			if (compressBound(tmp) > MAXPHYS) {
-+				errx(1, "cluster size is too large");
-+				    /* Not reached */
-+			}
-+			hdr.blksz = tmp;
-+			break;
-+
-+		case 'v':
-+			verbose = 1;
-+			break;
-+
-+		default:
-+			usage();
-+			/* Not reached */
-+		}
-+	}
-+	argc -= optind;
-+	argv += optind;
-+
-+	if (argc != 1) {
-+		usage();
-+		/* Not reached */
-+	}
-+
-+	iname = argv[0];
-+	if (oname == NULL) {
-+		asprintf(&oname, "%s%s", iname, DEFAULT_SUFX);
-+		if (oname == NULL) {
-+			err(1, "can't allocate memory");
-+			/* Not reached */
-+		}
-+	}
-+
-+	obuf = safe_malloc(compressBound(hdr.blksz));
-+	ibuf = safe_malloc(hdr.blksz);
-+
-+	signal(SIGHUP, exit);
-+	signal(SIGINT, exit);
-+	signal(SIGTERM, exit);
-+	signal(SIGXCPU, exit);
-+	signal(SIGXFSZ, exit);
-+	atexit(cleanup);
-+
-+	fdr = open(iname, O_RDONLY);
-+	if (fdr < 0) {
-+		err(1, "open(%s)", iname);
-+		/* Not reached */
-+	}
-+	if (fstat(fdr, &sb) != 0) {
-+		err(1, "fstat(%s)", iname);
-+		/* Not reached */
-+	}
-+	if (S_ISCHR(sb.st_mode)) {
-+		off_t ms;
-+
-+		if (ioctl(fdr, DIOCGMEDIASIZE, &ms) < 0) {
-+			err(1, "ioctl(DIOCGMEDIASIZE)");
-+			/* Not reached */
-+		}
-+		sb.st_size = ms;
-+	} else if (!S_ISREG(sb.st_mode)) {
-+		fprintf(stderr, "%s: not a character device or regular file\n",
-+			iname);
-+		exit(1);
-+	}
-+	hdr.nblocks = sb.st_size / hdr.blksz;
-+	if ((sb.st_size % hdr.blksz) != 0) {
-+		if (verbose != 0)
-+			fprintf(stderr, "file size is not multiple "
-+			"of %d, padding data\n", hdr.blksz);
-+		hdr.nblocks++;
-+	}
-+	toc = safe_malloc((hdr.nblocks + 1) * sizeof(*toc));
-+
-+	fdw = open(oname, O_WRONLY | O_TRUNC | O_CREAT,
-+		   S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
-+	if (fdw < 0) {
-+		err(1, "open(%s)", oname);
-+		/* Not reached */
-+	}
-+	cleanfile = oname;
-+
-+	/* Prepare header that we will write later when we have index ready. */
-+	iov[0].iov_base = (char *)&hdr;
-+	iov[0].iov_len = sizeof(hdr);
-+	iov[1].iov_base = (char *)toc;
-+	iov[1].iov_len = (hdr.nblocks + 1) * sizeof(*toc);
-+	offset = iov[0].iov_len + iov[1].iov_len;
-+
-+	/* Reserve space for header */
-+	lseek(fdw, offset, SEEK_SET);
-+
-+	if (verbose != 0)
-+		fprintf(stderr, "data size %ju bytes, number of clusters "
-+		    "%u, index length %zu bytes\n", sb.st_size,
-+		    hdr.nblocks, iov[1].iov_len);
-+
-+	for(i = 0; i == 0 || ibuf != NULL; i++) {
-+		ibuf = readblock(fdr, ibuf, hdr.blksz);
-+		if (ibuf != NULL) {
-+			destlen = compressBound(hdr.blksz);
-+			if (compress2(obuf, &destlen, ibuf, hdr.blksz,
-+			    Z_BEST_COMPRESSION) != Z_OK) {
-+				errx(1, "can't compress data: compress2() "
-+				    "failed");
-+				/* Not reached */
-+			}
-+			if (verbose != 0)
-+				fprintf(stderr, "cluster #%d, in %u bytes, "
-+				    "out %lu bytes\n", i, hdr.blksz, destlen);
-+		} else {
-+			destlen = DEV_BSIZE - (offset % DEV_BSIZE);
-+			memset(obuf, 0, destlen);
-+			if (verbose != 0)
-+				fprintf(stderr, "padding data with %lu bytes so "
-+				    "that file size is multiple of %d\n", destlen,
-+				    DEV_BSIZE);
-+		}
-+		if (write(fdw, obuf, destlen) < 0) {
-+			err(1, "write(%s)", oname);
-+			/* Not reached */
-+		}
-+		toc[i] = htobe64(offset);
-+		offset += destlen;
-+	}
-+	close(fdr);
-+
-+	if (verbose != 0)
-+		fprintf(stderr, "compressed data to %ju bytes, saved %lld "
-+		    "bytes, %.2f%% decrease.\n", offset, (long long)(sb.st_size - offset),
-+		    100.0 * (long long)(sb.st_size - offset) / (float)sb.st_size);
-+
-+	/* Convert to big endian */
-+	hdr.blksz = htonl(hdr.blksz);
-+	hdr.nblocks = htonl(hdr.nblocks);
-+	/* Write headers into pre-allocated space */
-+	lseek(fdw, 0, SEEK_SET);
-+	if (writev(fdw, iov, 2) < 0) {
-+		err(1, "writev(%s)", oname);
-+		/* Not reached */
-+	}
-+	cleanfile = NULL;
-+	close(fdw);
-+
-+	exit(0);
-+}
-+
-+static char *
-+readblock(int fd, char *ibuf, u_int32_t clstsize)
-+{
-+	int numread;
-+
-+	bzero(ibuf, clstsize);
-+	numread = read(fd, ibuf, clstsize);
-+	if (numread < 0) {
-+		err(1, "read() failed");
-+		/* Not reached */
-+	}
-+	if (numread == 0) {
-+		return NULL;
-+	}
-+	return ibuf;
-+}
-+
-+static void
-+usage(void)
-+{
-+
-+	fprintf(stderr, "usage: mkuzip [-v] [-o outfile] [-s cluster_size] infile\n");
-+	exit(1);
-+}
-+
-+static void *
-+safe_malloc(size_t size)
-+{
-+	void *retval;
-+
-+	retval = malloc(size);
-+	if (retval == NULL) {
-+		err(1, "can't allocate memory");
-+		/* Not reached */
-+	}
-+	return retval;
-+}
-+
-+static void
-+cleanup(void)
-+{
-+
-+	if (cleanfile != NULL)
-+		unlink(cleanfile);
-+}

Deleted: branches/squeeze/freebsd-utils/debian/patches/031_savecore.diff
===================================================================
--- branches/squeeze/freebsd-utils/debian/patches/031_savecore.diff	2011-01-10 08:21:21 UTC (rev 3220)
+++ branches/squeeze/freebsd-utils/debian/patches/031_savecore.diff	2011-01-10 08:29:59 UTC (rev 3221)
@@ -1,55 +0,0 @@
---- a/sbin/savecore/Makefile
-+++ b/sbin/savecore/Makefile
-@@ -1,6 +1,7 @@
- # $FreeBSD$
- 
- PROG=	savecore
-+SRCS=	savecore.c zopen.c
- WARNS?=	6
- DPADD=	${LIBZ}
- LDADD=	-lz
---- a/sbin/savecore/zopen.c
-+++ b/sbin/savecore/zopen.c
-@@ -0,0 +1,42 @@
-+/*
-+ * Public domain stdio wrapper for libz, written by Johan Danielsson.
-+ * Ported to GNU libc by Tuco Xyz.
-+ */
-+
-+#include <stdio.h>
-+#include <zlib.h>
-+
-+FILE *zopen(const char *fname, const char *mode);
-+
-+/* convert arguments */
-+static int
-+xgzread(void *cookie, char *data, int size)
-+{
-+    return gzread(cookie, data, size);
-+}
-+
-+static int
-+xgzwrite(void *cookie, const char *data, int size)
-+{
-+    return gzwrite(cookie, (void*)data, size);
-+}
-+
-+static cookie_io_functions_t xgzfunc = {
-+    .seek = NULL,
-+    .close = gzclose
-+};
-+
-+FILE *
-+zopen(const char *fname, const char *mode)
-+{
-+    gzFile gz = gzopen(fname, mode);
-+    if(gz == NULL)
-+	return NULL;
-+
-+    if(*mode == 'r')
-+	xgzfunc.read = xgzread;
-+    else
-+	xgzfunc.write = xgzwrite;
-+
-+    return fopencookie(gz, mode, xgzfunc);
-+}

Modified: branches/squeeze/freebsd-utils/debian/patches/series
===================================================================
--- branches/squeeze/freebsd-utils/debian/patches/series	2011-01-10 08:21:21 UTC (rev 3220)
+++ branches/squeeze/freebsd-utils/debian/patches/series	2011-01-10 08:29:59 UTC (rev 3221)
@@ -1,4 +1,3 @@
-000_mkuzip.diff
 001_dmesg.diff
 002_ifconfig.diff
 003_kbdcontrol.diff
@@ -28,5 +27,4 @@
 028_vidcontrol.diff
 029_arp.diff
 030_arp_libbsd.diff
-031_savecore.diff
-032_delete_key.diff
+#032_delete_key.diff

Modified: branches/squeeze/freebsd-utils/debian/rules
===================================================================
--- branches/squeeze/freebsd-utils/debian/rules	2011-01-10 08:21:21 UTC (rev 3220)
+++ branches/squeeze/freebsd-utils/debian/rules	2011-01-10 08:29:59 UTC (rev 3221)
@@ -43,7 +43,6 @@
 		 sbin/mdconfig sbin/ccdconfig sbin/swapon sbin/atacontrol sbin/camcontrol \
 	         sbin/gbde sbin/geom bin/kenv \
 		 usr.sbin/kbdcontrol usr.sbin/vidcontrol share/syscons \
-		 sbin/savecore sbin/dumpon \
 		 sys/kern/syscalls.c etc/pf.os ; do \
 	    svn export $(SVN)/$$i $(ORIGDIR)/$$i ; \
 	done
@@ -72,7 +71,6 @@
 	$(PMAKE) -C sbin/devd
 	$(PMAKE) -C sbin/devfs
 	$(PMAKE) -C sbin/dmesg
-	$(PMAKE) -C sbin/dumpon
 	$(PMAKE) -C sbin/mdconfig
 	$(PMAKE) -C sbin/mount
 	$(PMAKE) -C sbin/mount_autofs
@@ -87,13 +85,11 @@
 	$(PMAKE) -C sbin/mount_udf
 	$(PMAKE) -C sbin/mount_unionfs
 	$(PMAKE) -C sbin/mount_std
-	$(PMAKE) -C sbin/savecore
 	$(PMAKE) -C sbin/swapon
 	$(PMAKE) -C sbin/sysctl 
 	$(PMAKE) -C sbin/umount
 	$(PMAKE) -C usr.bin/kdump
 	$(PMAKE) -C usr.bin/ktrace
-	$(PMAKE) -C usr.bin/mkuzip
 	$(PMAKE) -C usr.sbin/acpi/acpiconf
 	$(PMAKE) -C usr.sbin/rpc.umntall
 	touch $@
@@ -158,7 +154,6 @@
 	$(PMAKE) -C sbin/devd clean
 	$(PMAKE) -C sbin/devfs clean
 	$(PMAKE) -C sbin/dmesg clean
-	$(PMAKE) -C sbin/dumpon clean
 	$(PMAKE) -C sbin/mdconfig clean
 	$(PMAKE) -C sbin/mount clean
 	$(PMAKE) -C sbin/mount_autofs clean
@@ -173,13 +168,11 @@
 	$(PMAKE) -C sbin/mount_udf clean
 	$(PMAKE) -C sbin/mount_unionfs clean
 	$(PMAKE) -C sbin/mount_std clean
-	$(PMAKE) -C sbin/savecore clean
 	$(PMAKE) -C sbin/swapon clean
 	$(PMAKE) -C sbin/sysctl  clean
 	$(PMAKE) -C sbin/umount clean
 	$(PMAKE) -C usr.bin/kdump clean
 	$(PMAKE) -C usr.bin/ktrace clean
-	-$(PMAKE) -C usr.bin/mkuzip clean
 	$(PMAKE) -C usr.sbin/acpi/acpiconf clean
 	$(PMAKE) -C usr.sbin/rpc.umntall clean
 




More information about the Glibc-bsd-commits mailing list