2021-06-11 03:38:09 +02:00
|
|
|
Index: powerman-2.3.26/configure
|
2017-06-17 16:18:01 +02:00
|
|
|
===================================================================
|
2021-06-11 03:38:09 +02:00
|
|
|
--- powerman-2.3.26.orig/configure 2021-05-13 09:27:08.014457823 +0200
|
|
|
|
+++ powerman-2.3.26/configure 2021-05-13 09:28:54.294979035 +0200
|
|
|
|
@@ -633,6 +633,7 @@ ac_subst_vars='am__EXEEXT_FALSE
|
2017-06-17 16:18:01 +02:00
|
|
|
am__EXEEXT_TRUE
|
|
|
|
LTLIBOBJS
|
|
|
|
LIBOBJS
|
|
|
|
+RUN_AS_GROUP
|
|
|
|
RUN_AS_USER
|
|
|
|
pkgconfigdir
|
|
|
|
WITH_PKG_CONFIG_FALSE
|
2021-06-11 03:38:09 +02:00
|
|
|
@@ -818,6 +819,7 @@ with_ncurses
|
2017-06-17 16:18:01 +02:00
|
|
|
with_tcp_wrappers
|
|
|
|
with_pkgconfig_dir
|
|
|
|
with_user
|
|
|
|
+with_group
|
|
|
|
'
|
|
|
|
ac_precious_vars='build_alias
|
|
|
|
host_alias
|
2021-06-11 03:38:09 +02:00
|
|
|
@@ -1501,6 +1503,7 @@ Optional Packages:
|
2017-06-17 16:18:01 +02:00
|
|
|
where to install pkg-config *.pc files
|
|
|
|
(EPREFIX/lib/pkgconfig)
|
|
|
|
--with-user=username user for powerman daemon (daemon)
|
|
|
|
+ --with-group=groupname group for powerman daemon (daemon)
|
|
|
|
|
|
|
|
Some influential environment variables:
|
|
|
|
CC C compiler command
|
2021-06-11 03:38:09 +02:00
|
|
|
@@ -13622,7 +13625,7 @@ fi
|
|
|
|
if test "${with_systemdsystemunitdir+set}" = set; then :
|
|
|
|
withval=$with_systemdsystemunitdir;
|
|
|
|
else
|
|
|
|
- with_systemdsystemunitdir=\${prefix}$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
|
|
|
|
+ with_systemdsystemunitdir=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test x"$with_systemdsystemunitdir" != xno; then :
|
|
|
|
@@ -14149,9 +14152,10 @@ fi
|
2017-06-17 16:18:01 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-# what user to run daemon as
|
|
|
|
+# what user and group to run daemon as
|
|
|
|
|
|
|
|
RUN_AS_USER="daemon"
|
|
|
|
+ RUN_AS_GROUP="daemon"
|
2021-06-11 03:38:09 +02:00
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking user to run as" >&5
|
2017-06-17 16:18:01 +02:00
|
|
|
$as_echo_n "checking user to run as... " >&6; }
|
|
|
|
|
2021-06-11 03:38:09 +02:00
|
|
|
@@ -14174,12 +14178,33 @@ _ACEOF
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${RUN_AS_USER}" >&5
|
2017-06-17 16:18:01 +02:00
|
|
|
$as_echo "${RUN_AS_USER}" >&6; }
|
|
|
|
|
|
|
|
+ { $as_echo "$as_me:$LINENO: checking group to run as" >&5
|
|
|
|
+$as_echo_n "checking group to run as... " >&6; }
|
|
|
|
+
|
|
|
|
+# Check whether --with-group was given.
|
|
|
|
+if test "${with_group+set}" = set; then :
|
|
|
|
+ withval=$with_group; case "${withval}" in
|
|
|
|
+ yes|no)
|
|
|
|
+ ;;
|
|
|
|
+ *)
|
|
|
|
+ RUN_AS_GROUP="${withval}"
|
|
|
|
+ ;;
|
|
|
|
+ esac
|
|
|
|
+fi
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+cat >>confdefs.h <<_ACEOF
|
|
|
|
+#define RUN_AS_GROUP "${RUN_AS_GROUP}"
|
|
|
|
+_ACEOF
|
|
|
|
+
|
|
|
|
+ { $as_echo "$as_me:$LINENO: result: ${RUN_AS_GROUP}" >&5
|
|
|
|
+$as_echo "${RUN_AS_GROUP}" >&6; }
|
2021-06-11 03:38:09 +02:00
|
|
|
|
2017-06-17 16:18:01 +02:00
|
|
|
|
|
|
|
##
|
|
|
|
# Epilogue.
|
|
|
|
##
|
2021-06-11 03:38:09 +02:00
|
|
|
-ac_config_files="$ac_config_files Makefile examples/powerman_el72.spec libpowerman/Makefile libpowerman/libpowerman.pc liblsd/Makefile libcommon/Makefile powerman/Makefile powermand/Makefile httppower/Makefile snmppower/Makefile plmpower/Makefile etc/Makefile scripts/Makefile scripts/powerman scripts/tmpfiles.d/powerman.conf heartbeat/Makefile man/Makefile man/powerman.1 man/libpowerman.3 man/powerman.conf.5 man/powerman.dev.5 man/httppower.8 man/plmpower.8 man/powermand.8 man/vpcd.8 test/Makefile test/mcr.conf test/sierra.conf test/t07.conf test/t09.conf test/t10.conf test/t17.conf test/t18.conf test/t19.conf test/t20.conf test/t21.conf test/t22.conf test/t23.conf test/t24.conf test/t25.conf test/t26.conf test/t27.conf test/t28.conf test/t29.conf test/t30.conf test/t31.conf test/t32.conf test/t33.conf test/t34.conf test/t35.conf test/t36.conf test/t37.conf test/t38.conf test/t39.conf test/t40.conf test/t41.conf test/t42.conf test/t43.conf test/t44.conf test/t45.conf test/t46.conf test/t47.conf test/t48.conf test/t49.conf test/t50.conf test/t51.conf test/t53.conf test/t54.conf test/t55.conf test/t60.conf test/t61.conf test/test.conf test/test4.conf"
|
|
|
|
+ac_config_files="$ac_config_files Makefile examples/powerman_el72.spec libpowerman/Makefile libpowerman/libpowerman.pc liblsd/Makefile libcommon/Makefile powerman/Makefile powermand/Makefile httppower/Makefile snmppower/Makefile plmpower/Makefile etc/Makefile scripts/Makefile scripts/powerman scripts/powerman.service scripts/tmpfiles.d/powerman.conf heartbeat/Makefile man/Makefile man/powerman.1 man/libpowerman.3 man/powerman.conf.5 man/powerman.dev.5 man/httppower.8 man/plmpower.8 man/powermand.8 man/vpcd.8 test/Makefile test/mcr.conf test/sierra.conf test/t07.conf test/t09.conf test/t10.conf test/t17.conf test/t18.conf test/t19.conf test/t20.conf test/t21.conf test/t22.conf test/t23.conf test/t24.conf test/t25.conf test/t26.conf test/t27.conf test/t28.conf test/t29.conf test/t30.conf test/t31.conf test/t32.conf test/t33.conf test/t34.conf test/t35.conf test/t36.conf test/t37.conf test/t38.conf test/t39.conf test/t40.conf test/t41.conf test/t42.conf test/t43.conf test/t44.conf test/t45.conf test/t46.conf test/t47.conf test/t48.conf test/t49.conf test/t50.conf test/t51.conf test/t53.conf test/t54.conf test/t55.conf test/t60.conf test/t61.conf test/test.conf test/test4.conf"
|
2017-06-17 16:18:01 +02:00
|
|
|
|
|
|
|
|
|
|
|
cat >confcache <<\_ACEOF
|
2021-06-11 03:38:09 +02:00
|
|
|
@@ -15231,6 +15256,7 @@ do
|
2017-06-17 16:18:01 +02:00
|
|
|
"etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
|
|
|
|
"scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
|
|
|
|
"scripts/powerman") CONFIG_FILES="$CONFIG_FILES scripts/powerman" ;;
|
|
|
|
+ "scripts/powerman.service") CONFIG_FILES="$CONFIG_FILES scripts/powerman.service" ;;
|
2021-06-11 03:38:09 +02:00
|
|
|
"scripts/tmpfiles.d/powerman.conf") CONFIG_FILES="$CONFIG_FILES scripts/tmpfiles.d/powerman.conf" ;;
|
2017-06-17 16:18:01 +02:00
|
|
|
"heartbeat/Makefile") CONFIG_FILES="$CONFIG_FILES heartbeat/Makefile" ;;
|
|
|
|
"man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
|