Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/examples/var_service/nmeter/run

Parent Directory Parent Directory | Revision Log Revision Log


Revision 984 - (show annotations) (download)
Sun May 30 11:32:42 2010 UTC (13 years, 11 months ago) by niro
File size: 382 byte(s)
-updated to busybox-1.16.1 and enabled blkid/uuid support in default config
1 #!/bin/sh
2
3 exec >/dev/null
4 exec 2>&1
5 exec </dev/null
6
7 # Since per-process /proc/net/ (-> /proc/self/net/) appeared,
8 # we need to be root
9 user="root"
10 tty="/dev/tty9"
11 cmd="nmeter '%t %c x %x p%p f %f b %b m %m if%[nif]'"
12
13 chmod -R a+X . # or else env will moan
14 chown "$user": "$tty" # devfs made happy
15
16 eval exec \
17 env - PATH="$PATH" \
18 setuidgid "$user" \
19 <"$tty" >"$tty" 2>&1 \
20 $cmd

Properties

Name Value
svn:executable *