Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etercifs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etercifs
Commits
90621516
Commit
90621516
authored
Jan 29, 2009
by
Konstantin Baev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change one warning
parent
bd68d7f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
etercifs
etercifs/etercifs
+5
-4
No files found.
etercifs/etercifs
View file @
90621516
...
...
@@ -168,13 +168,14 @@ status()
{
local
PRECOMP
echo
"CIFS module status:"
if
is_origmoduled
;
then
echo
" origin kernel module
$ORIGMODULENAME
loaded"
fi
if
is_moduled
;
then
echo
" kernel module
$MODULENAME
is loaded"
else
echo
" kernel module
$MODULENAME
is not loaded"
if
is_origmoduled
;
then
echo
" origin kernel module
$ORIGMODULENAME
loaded"
fi
echo
" WARNING!!! Kernel module
$MODULENAME
is not loaded!"
echo
" Possible ERRORS when working with WINE!"
fi
}
...
...
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