[25386] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r24944 - in trunk/debathena/debathena/dotfiles: . debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Feb 7 14:08:28 2011

Date: Mon, 7 Feb 2011 14:08:22 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201102071908.p17J8MOI018392@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-02-07 14:08:22 -0500 (Mon, 07 Feb 2011)
New Revision: 24944

Modified:
   trunk/debathena/debathena/dotfiles/bashrc
   trunk/debathena/debathena/dotfiles/cshrc
   trunk/debathena/debathena/dotfiles/debian/changelog
Log:
In dotfiles:
  * Stop setting LPROPT (Trac #794)


Modified: trunk/debathena/debathena/dotfiles/bashrc
===================================================================
--- trunk/debathena/debathena/dotfiles/bashrc	2011-02-07 18:50:49 UTC (rev 24943)
+++ trunk/debathena/debathena/dotfiles/bashrc	2011-02-07 19:08:22 UTC (rev 24944)
@@ -48,11 +48,6 @@
 
 	export MORE=-s
 
-	# Set double-sided printing for sufficiently recent users.
-	if [ 1 -le "$ATHENA_DOTFILE_GENERATION" ]; then
-		export LPROPT=-Zduplex
-	fi
-
 	export ATHENA_SYS=`/bin/machtype -S`
 	export ATHENA_SYS_COMPAT=`/bin/machtype -C`
 

Modified: trunk/debathena/debathena/dotfiles/cshrc
===================================================================
--- trunk/debathena/debathena/dotfiles/cshrc	2011-02-07 18:50:49 UTC (rev 24943)
+++ trunk/debathena/debathena/dotfiles/cshrc	2011-02-07 19:08:22 UTC (rev 24944)
@@ -60,11 +60,6 @@
 
   setenv EMAIL "$USER@mit.edu"		# Set default email address
 
-  # Set double-sided printing for sufficiently recent users.
-  if ( $ATHENA_DOTFILE_GENERATION >= 1 ) then
-    setenv LPROPT -Zduplex
-  endif
-
   setenv ATHENA_SYS `/bin/machtype -S`
   if ( $ATHENA_SYS == "" ) then
     setenv ATHENA_SYS @sys

Modified: trunk/debathena/debathena/dotfiles/debian/changelog
===================================================================
--- trunk/debathena/debathena/dotfiles/debian/changelog	2011-02-07 18:50:49 UTC (rev 24943)
+++ trunk/debathena/debathena/dotfiles/debian/changelog	2011-02-07 19:08:22 UTC (rev 24944)
@@ -1,3 +1,9 @@
+debathena-dotfiles (10.0.26-0debathena1) unstable; urgency=low
+
+  * Stop setting LPROPT (Trac #794)
+
+ -- Jonathan Reed <jdreed@mit.edu>  Mon, 07 Feb 2011 14:08:10 -0500
+
 debathena-dotfiles (10.0.25-0debathena1) unstable; urgency=low
 
   * Be a bit clearer when .attachrc exists but .attachrc.bash doesn't


home help back first fref pref prev next nref lref last post