Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
655b2175
Commit
655b2175
authored
Jun 06, 2013
by
Leigh B Stoller
Browse files
Dave's ipod kernel module!
parent
72d78a1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/rc.ipod
View file @
655b2175
#! /bin/sh
#
# Copyright (c) 2000-201
0
University of Utah and the Flux Group.
# Copyright (c) 2000-201
3
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -37,8 +37,14 @@ if [ -z "$IPODINFO" ]; then
echo
"*** WARNING: no IPOD info, not enabled"
exit
0
elif
!
sysctl net.ipv4.icmp_ipod_enabled
>
/dev/null 2>&1
;
then
#
# Try to load ipod module.
#
modprobe ipod
if
[
$?
-ne
0
]
;
then
echo
"*** WARNING: no IPOD sysctls, not enabled"
exit
1
fi
fi
for
token
in
$IPODINFO
;
do
...
...
Write
Preview
Supports
Markdown
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