Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
14baa942
Commit
14baa942
authored
Oct 04, 2003
by
Rusty Russell
Committed by
Linus Torvalds
Oct 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Bugzilla bug # 267 - scripts_ver_linux fix
From: Jeff Sipek <jeffpc@optonline.net>
parent
da3103c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/ver_linux
scripts/ver_linux
+1
-1
No files found.
scripts/ver_linux
View file @
14baa942
...
...
@@ -28,7 +28,7 @@ fdformat --version | awk -F\- '{print "util-linux ", $NF}'
mount
--version
|
awk
-F
\-
'{print "mount ", $NF}'
depmod
-V
2>&1 |
grep
version |
awk
'NR==1 {print "module-init-tools ",$NF}'
depmod
-V
2>&1 |
awk
'NR==1 {print "module-init-tools ",$NF}'
tune2fs 2>&1 |
grep
"^tune2fs"
|
sed
's/,//'
|
awk
\
'NR==1 {print "e2fsprogs ", $2}'
...
...
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