Module Name:    src
Committed By:   riz
Date:           Thu Apr 12 17:12:06 UTC 2012

Modified Files:
        src/etc/skel [netbsd-6]: dot.profile

Log Message:
Pull up following revision(s) (requested by dholland in ticket #178):
        etc/skel/dot.profile: revision 1.9
fix use of setenv in a comment, noted by "stu314" on freenode.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.4.1 src/etc/skel/dot.profile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/skel/dot.profile
diff -u src/etc/skel/dot.profile:1.8 src/etc/skel/dot.profile:1.8.4.1
--- src/etc/skel/dot.profile:1.8	Wed Oct 19 14:42:37 2011
+++ src/etc/skel/dot.profile	Thu Apr 12 17:12:06 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: dot.profile,v 1.8 2011/10/19 14:42:37 christos Exp $
+#	$NetBSD: dot.profile,v 1.8.4.1 2012/04/12 17:12:06 riz Exp $
 #
 # This is the default .profile file.
 # Users are expected to edit it to meet their own needs.
@@ -29,7 +29,7 @@ export EDITOR=vi
 #export PAGER=more
 
 # Set your default printer, if desired.
-#setenv PRINTER change-this-to-a-printer
+#export PRINTER=change-this-to-a-printer
 
 # Set the search path for programs.
 PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/pkg/bin

Reply via email to