diff options
Diffstat (limited to 'meta/packages/ubootchart/files/pass-args.patch')
-rw-r--r-- | meta/packages/ubootchart/files/pass-args.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/packages/ubootchart/files/pass-args.patch b/meta/packages/ubootchart/files/pass-args.patch new file mode 100644 index 0000000000..9ad4282f21 --- /dev/null +++ b/meta/packages/ubootchart/files/pass-args.patch @@ -0,0 +1,21 @@ +Index: ubootchartd +=================================================================== +--- ubootchartd (revision 9) ++++ ubootchartd (working copy) +@@ -7,9 +7,11 @@ + # can read. + . /etc/ubootchart/ubootchart.conf + +-#################################################### +-# Now start capturing the stats: +-#################################################### +-/sbin/ubootchartd_bin & +-exec $init_prog ++if [ $$ -eq 1 ]; then ++ #################################################### ++ # Now start capturing the stats: ++ #################################################### ++ /sbin/ubootchartd_bin & ++fi + ++exec $init_prog "$@" |