Add FreeBSD IDs to some files and make the others consistent in style.

This commit is contained in:
David E. O'Brien 2001-04-08 23:09:21 +00:00
parent 19cc96f6a3
commit 3bcda1f141
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75328
34 changed files with 92 additions and 11 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ $# -lt 1 ]; then
FDSIZE=NORMAL

View File

@ -1,6 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ $# -lt 1 ]; then
FDSIZE=NORMAL

View File

@ -1,6 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ $# -lt 1 ]; then
FDSIZE=NORMAL

View File

@ -1,6 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ $# -lt 1 ]; then
FDSIZE=NORMAL

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,4 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
# Create the catpages dist - must follow manpages dist script, for obvious
# reasons.

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,6 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
# Move the dict stuff out to its own dist
if [ -d ${RD}/trees/bin/usr/share/dict ]; then

View File

@ -2,6 +2,7 @@
#
# $FreeBSD$
#
set -e
export BLOCKSIZE=512

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,4 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
# Create the doc dist.
if [ -d ${RD}/trees/bin/usr/share/doc ]; then

View File

@ -1,6 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ $# -lt 1 ]; then
FDSIZE=NORMAL

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,6 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
# Move all the games out to their own dist
if [ -d ${RD}/trees/bin/usr/games ]; then

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,6 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
# Move the info files out to their own dist
if [ -d ${RD}/trees/bin/usr/share/info ]; then

View File

@ -1,5 +1,9 @@
#!/bin/sh
#
# $ANA: info.sh,v 1.3 1996/06/04 16:25:30 wollman Exp $
# $FreeBSD$
#
ls $1.[a-z][a-z] | wc | awk '{ print "Pieces = ",$1 }'
for FILE in $1.[a-z][a-z]; do
PIECE=`echo $FILE | cut -d . -f 2`

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,4 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
# Move all the manpages out to their own dist, using the bin dist as a
# starting point.

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -1,4 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
#
# Move the profiled libraries out to their own dist
for i in ${RD}/trees/bin/usr/lib/*_p.a; do

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1

View File

@ -25,15 +25,14 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# $FreeBSD$
#
#
# For use on the fixit floppy. External programs required:
# cpio(1), find(1), test(1)
#
#
# $FreeBSD$
#
archive=${TAPE:-/dev/rsa0}
blocksize="20"

View File

@ -1,5 +1,8 @@
#!/bin/sh
#
# $FreeBSD$
#
if [ "`id -u`" != "0" ]; then
echo "Sorry, this must be done as root."
exit 1