Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/pc532/floppies/upgr pull up rev 1.5 from trunk....



details:   https://anonhg.NetBSD.org/src/rev/e02a67acc42d
branches:  netbsd-1-4
changeset: 469103:e02a67acc42d
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat Jun 26 23:56:14 1999 +0000

description:
pull up rev 1.5 from trunk. (cgd)

diffstat:

 distrib/pc532/floppies/upgr/dot.hdprofile |  3 ++-
 distrib/pc532/floppies/upgr/dot.profile   |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 8b12e13239ca -r e02a67acc42d distrib/pc532/floppies/upgr/dot.hdprofile
--- a/distrib/pc532/floppies/upgr/dot.hdprofile Sat Jun 26 23:56:08 1999 +0000
+++ b/distrib/pc532/floppies/upgr/dot.hdprofile Sat Jun 26 23:56:14 1999 +0000
@@ -27,7 +27,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-#       $NetBSD: dot.hdprofile,v 1.4 1998/01/09 21:51:55 perry Exp $
+#       $NetBSD: dot.hdprofile,v 1.4.2.1 1999/06/26 23:56:14 cgd Exp $
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        echo "Checking filesystems..."
        fsck -y
diff -r 8b12e13239ca -r e02a67acc42d distrib/pc532/floppies/upgr/dot.profile
--- a/distrib/pc532/floppies/upgr/dot.profile   Sat Jun 26 23:56:08 1999 +0000
+++ b/distrib/pc532/floppies/upgr/dot.profile   Sat Jun 26 23:56:14 1999 +0000
@@ -27,7 +27,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #
-#       $NetBSD: dot.profile,v 1.4 1998/01/09 21:51:56 perry Exp $
+#       $NetBSD: dot.profile,v 1.4.2.1 1999/06/26 23:56:19 cgd Exp $
 
 PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
 export PATH
@@ -40,6 +40,7 @@
 
 if [ "X${DONEPROFILE}" = "X" ]; then
        DONEPROFILE=YES
+       export DONEPROFILE
 
        # set up some sane defaults
        echo 'erase ^?, werase ^W, kill ^U, intr ^C'



Home | Main Index | Thread Index | Old Index