Browse Source

nuke extra whitespace

OPENBSD_3_9
david 19 years ago
parent
commit
66c3296c0e
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      src/etc/Makefile
  2. +3
    -3
      src/etc/netstart

+ 3
- 3
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.230 2005/12/27 23:16:28 naddy Exp $
# $OpenBSD: Makefile,v 1.231 2005/12/28 04:55:35 david Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@ -74,7 +74,7 @@ distribution-etc-root-var: distrib-dirs
awk -f ${.CURDIR}/mklogin.conf `test -f etc.${MACHINE}/login.conf.overrides && echo etc.${MACHINE}/login.conf.overrides` < ${.CURDIR}/login.conf.in > \
${DESTDIR}/etc/login.conf && \
chown ${BINOWN}:${BINGRP} ${DESTDIR}/etc/login.conf && \
chmod 644 ${DESTDIR}/etc/login.conf
chmod 644 ${DESTDIR}/etc/login.conf
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 hosts.equiv ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root
@ -382,7 +382,7 @@ distrib:
DHSIZE=1024 1536 2048 3072 4096
update-moduli:
( \
echo '# $$OpenBSD: Makefile,v 1.230 2005/12/27 23:16:28 naddy Exp $$'; \
echo '# $$OpenBSD: Makefile,v 1.231 2005/12/28 04:55:35 david Exp $$'; \
echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \


+ 3
- 3
src/etc/netstart View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: netstart,v 1.112 2005/12/06 17:24:18 reyk Exp $
# $OpenBSD: netstart,v 1.113 2005/12/28 04:55:35 david Exp $
# Strip comments (and leading/trailing whitespace if IFS is set)
# from a file and spew to stdout
@ -146,9 +146,9 @@ ifmstart() {
# Strip off /etc/hostname. prefix
if=${hn#/etc/hostname.}
test "$if" = "*" && continue
# Skip unwanted ifs
s=""
s=""
for xf in $2; do
test "$xf" = "${if%%[0-9]*}" && s="1" && break
done


Loading…
Cancel
Save