From 20dcbf324670c5d9b5cdd0b058ba36ef5590a4d5 Mon Sep 17 00:00:00 2001 From: ankry Date: Fri, 22 Aug 2003 15:33:14 +0000 Subject: [PATCH] - spaces -> tabs Changed files: clusternfs.spec -> 1.10 --- clusternfs.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clusternfs.spec b/clusternfs.spec index 5b59adf..262899b 100644 --- a/clusternfs.spec +++ b/clusternfs.spec @@ -64,17 +64,17 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/chkconfig --add clusternfs if [ -r /var/lock/subsys/clusternfs ]; then - /etc/rc.d/init.d/clusternfs restart >&2 + /etc/rc.d/init.d/clusternfs restart >&2 else - echo "Run \"/etc/rc.d/init.d/clusternfs start\" to start nfs daemon." + echo "Run \"/etc/rc.d/init.d/clusternfs start\" to start nfs daemon." fi %preun if [ "$1" = "0" ]; then - if [ -r /var/lock/subsys/clusternfs ]; then - /etc/rc.d/init.d/clusternfs stop >&2 - fi - /sbin/chkconfig --del clusternfs + if [ -r /var/lock/subsys/clusternfs ]; then + /etc/rc.d/init.d/clusternfs stop >&2 + fi + /sbin/chkconfig --del clusternfs fi %files -- 2.43.0