]> granicus.if.org Git - sysstat/commitdiff
Make sysstat init script source the functions library
authorSebastien GODARD <sysstat@users.noreply.github.com>
Thu, 8 May 2014 13:38:52 +0000 (15:38 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Thu, 8 May 2014 13:38:52 +0000 (15:38 +0200)
Make sysstat init script source the functions library.
This is needed to conform to the LSB Core Specifications and
severeal other tools depend on it.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
sysstat.in

index 63eb38aafa4911546bf833e24ee177b7a35901ec..daa4591f4efa586ac7b150c44e60b5356bf6ece9 100644 (file)
@@ -19,6 +19,9 @@
 #@(#)   Insert a dummy record in current daily data file.
 #@(#)   This indicates that the counters have restarted from 0.
 
+# Source functions library
+[ -r @INIT_DIR@/functions ] && . @INIT_DIR@/functions
+
 RETVAL=0
 PIDFILE=/var/run/sysstat.pid