From c78cd23d7e0d0f58fd2251fbd01d81b845534fd0 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 15 Jul 2008 16:59:51 +0000 Subject: [PATCH] Restart vsys when it is reinstalled. --- vsys.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vsys.spec b/vsys.spec index 947ed1c..29398ce 100644 --- a/vsys.spec +++ b/vsys.spec @@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %post chkconfig --add vsys chkconfig vsys on +if [ "$PL_BOOTCD" != "1" ] ; then + service vsys restart +fi %postun -- 2.43.0