Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/distrib/sets Pullup 1.11 [releng]:



details:   https://anonhg.NetBSD.org/src/rev/d2a3f283b9e1
branches:  netbsd-1-5
changeset: 489974:d2a3f283b9e1
user:      tv <tv%NetBSD.org@localhost>
date:      Sat Oct 21 20:10:22 2000 +0000

description:
Pullup 1.11 [releng]:
We don't have seperate secr source sets anymore, so don't try to create
them.

diffstat:

 distrib/sets/makesrctars |  19 ++-----------------
 1 files changed, 2 insertions(+), 17 deletions(-)

diffs (39 lines):

diff -r 5175ad605068 -r d2a3f283b9e1 distrib/sets/makesrctars
--- a/distrib/sets/makesrctars  Sat Oct 21 18:24:35 2000 +0000
+++ b/distrib/sets/makesrctars  Sat Oct 21 20:10:22 2000 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: makesrctars,v 1.10 1998/11/07 16:59:13 he Exp $
+#      $NetBSD: makesrctars,v 1.10.10.1 2000/10/21 20:10:22 tv Exp $
 #
 # Make source code tarballs.
 
@@ -29,7 +29,7 @@
 mkdir ${DESTDIR}/sets
 
 find . \
-    \! \( \( -path ./gnu -o -path ./share -o -path ./domestic \) -prune \) \
+    \! \( \( -path ./gnu -o -path ./share \) -prune \) \
     \! \( -path ./sys -prune \) \
     \! \( -path ./usr.sbin/config -prune \) \
     \! \( -path ./usr.sbin/dbsym -prune \) \
@@ -67,18 +67,3 @@
  cksum -o2 *.tgz > SYSVSUM
  md5 *.tgz > MD5)
 chmod 444 ${DESTDIR}/sets/*
-
-mkdir ${DESTDIR}/security
-
-find domestic \
-    \! \( \( -type l -o -type d \) \( -name obj -o -name 'obj.*' \) \) \
-       -print | \
-       sort | pax -w -d -s'|^|usr/src/|' | gzip \
-       > ${DESTDIR}/security/secrsrc.tgz
-
-(cd ${DESTDIR}/security
- cksum -o1 *.tgz > BSDSUM
- cksum *.tgz > CKSUM
- cksum -o2 *.tgz > SYSVSUM
- md5 *.tgz > MD5)
-chmod 444 ${DESTDIR}/security/*



Home | Main Index | Thread Index | Old Index