From e46e059b872dcd7a2ceaf488475fb43b243716dc Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 10 Sep 2013 08:04:36 -0700 Subject: [PATCH] Specify SYSCONFFILE for SuSE Signed-off-by: Tom Eastep --- Shorewall-core/shorewallrc.suse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-core/shorewallrc.suse b/Shorewall-core/shorewallrc.suse index 47215ebee..0416e8906 100644 --- a/Shorewall-core/shorewallrc.suse +++ b/Shorewall-core/shorewallrc.suse @@ -16,7 +16,7 @@ INITSOURCE=init.suse.sh #Name of the distributed f ANNOTATED= #If non-zero, annotated configuration files are installed SYSTEMD= #Directory where .service files are installed (systems running systemd only) SERVICEFILE= #Name of the file to install in $SYSTEMD. Default is $PRODUCT.service -SYSCONFFILE= #Name of the distributed file to be installed in $SYSCONFDIR +SYSCONFFILE=sysconfig #Name of the distributed file to be installed in $SYSCONFDIR SYSCONFDIR=/etc/sysconfig/ #Directory where SysV init parameter files are installed SPARSE= #If non-empty, only install $PRODUCT/$PRODUCT.conf in $CONFDIR VARLIB=/var/lib #Directory where persistent product data is stored.