pm-utils: do not load PM_FUNCTIONS - not used in our scripts

And not available when called from systemd
This commit is contained in:
Marek Marczykowski-Górecki 2013-11-06 15:42:59 +01:00
parent c09b02a6c7
commit 2b716bc141

View File

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
. "${PM_FUNCTIONS}"
get_running_netvms() { get_running_netvms() {
# Actually get running VMs with PCI devices attached # Actually get running VMs with PCI devices attached
RUNNING_VMS=`xl list | tail -n +3 | cut -f 1 -d " "` RUNNING_VMS=`xl list | tail -n +3 | cut -f 1 -d " "`