Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
4eaa3c9d
Commit
4eaa3c9d
authored
Dec 09, 2014
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
root: adapt to latest changes
parent
87e8f0e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
.hushlogin
root/.hushlogin
+0
-0
.profile
root/.profile
+2
-4
.shrc
root/.shrc
+2
-4
No files found.
root/.hushlogin
deleted
100644 → 0
View file @
87e8f0e1
root/.profile
View file @
4eaa3c9d
# Detect interactive logins and display the shell
if
[
-n
"
${
SSH_TTY
}
"
-o
"
${
TERM
}
"
=
"cons25"
]
;
then
/etc/rc.initial
exit
fi
/etc/rc.initial
exit
root/.shrc
View file @
4eaa3c9d
# Detect interactive logins and display the shell
if [ -n "${SSH_TTY}" -o "${TERM}" = "cons25" ]; then
/etc/rc.initial
exit
fi
/etc/rc.initial
exit
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment