From b1833b12aca84c737c22536fce530b1800d7c662 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Fri, 30 Sep 2016 16:58:41 +0200 Subject: [PATCH] Zutil changes --- src/wa/server/plugin/apache/ApacheInstaller.java | 2 +- src/wa/server/plugin/apache/ApacheStatus.java | 2 +- src/wa/server/plugin/nutups/UPSStatus.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wa/server/plugin/apache/ApacheInstaller.java b/src/wa/server/plugin/apache/ApacheInstaller.java index 3ecf93b..abcdebb 100755 --- a/src/wa/server/plugin/apache/ApacheInstaller.java +++ b/src/wa/server/plugin/apache/ApacheInstaller.java @@ -23,7 +23,7 @@ package wa.server.plugin.apache; import wa.server.plugin.WAInstaller; -import zutil.osal.app.linux.AptGet; +import zutil.osal.linux.app.AptGet; /** * Created by Ziver on 2014-11-09. diff --git a/src/wa/server/plugin/apache/ApacheStatus.java b/src/wa/server/plugin/apache/ApacheStatus.java index 327e746..bb3bfca 100755 --- a/src/wa/server/plugin/apache/ApacheStatus.java +++ b/src/wa/server/plugin/apache/ApacheStatus.java @@ -26,7 +26,7 @@ import wa.server.plugin.WAServiceStatus; import zutil.io.file.FileUtil; import zutil.log.LogUtil; import zutil.osal.OSAbstractionLayer; -import zutil.osal.app.linux.Ps; +import zutil.osal.linux.app.Ps; import java.io.File; import java.io.IOException; diff --git a/src/wa/server/plugin/nutups/UPSStatus.java b/src/wa/server/plugin/nutups/UPSStatus.java index ad407dc..95680f3 100755 --- a/src/wa/server/plugin/nutups/UPSStatus.java +++ b/src/wa/server/plugin/nutups/UPSStatus.java @@ -4,7 +4,7 @@ import wa.server.WAContext; import wa.server.page.WAStatusPage; import zutil.io.file.FileUtil; import zutil.net.http.HttpHeader; -import zutil.osal.app.linux.NutUPSClient; +import zutil.osal.linux.app.NutUPSClient; import zutil.parser.DataNode; import zutil.parser.Templator;