Print this page
NEX-15378 login scripts shouldn't run "quota"
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
NEX-15378 login scripts shouldn't run "quota"
Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com>
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
NEX-3202 remove machid commands
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
*** 16,28 ****
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright 1998 Sun Microsystems, Inc. All rights reserved.
! # Use is subject to license terms.
! # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
#
# The initial machine wide defaults for csh.
if ( $?TERM == 0 ) then
--- 16,29 ----
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
+
+ #
# Copyright 1998 Sun Microsystems, Inc. All rights reserved.
! # Copyright 2017 Nexenta Systems, Inc.
#
# The initial machine wide defaults for csh.
if ( $?TERM == 0 ) then
*** 45,55 ****
# use less(1) as the default pager for the man(1) command.
#
setenv PAGER "/usr/bin/less -ins"
if (! -e .hushlogin ) then
- /usr/sbin/quota
/bin/cat -s /etc/motd
/bin/mail -E
switch ( $status )
case 0:
echo "You have new mail."
--- 46,55 ----