Source-Changes-HG archive

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

[src/trunk]: src/etc/skel fix use of setenv in a comment, noted by "stu314" o...



details:   https://anonhg.NetBSD.org/src/rev/1d4eb2ef8792
branches:  trunk
changeset: 778726:1d4eb2ef8792
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue Apr 10 19:02:30 2012 +0000

description:
fix use of setenv in a comment, noted by "stu314" on freenode.

diffstat:

 etc/skel/dot.profile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2bd30c20f126 -r 1d4eb2ef8792 etc/skel/dot.profile
--- a/etc/skel/dot.profile      Tue Apr 10 16:57:50 2012 +0000
+++ b/etc/skel/dot.profile      Tue Apr 10 19:02:30 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.8 2011/10/19 14:42:37 christos Exp $
+#      $NetBSD: dot.profile,v 1.9 2012/04/10 19:02:30 dholland Exp $
 #
 # This is the default .profile file.
 # Users are expected to edit it to meet their own needs.
@@ -29,7 +29,7 @@
 #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



Home | Main Index | Thread Index | Old Index