[gnome-ostree-integration] Add user for gnome-initial-setup, delete configure option to enable it
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree-integration] Add user for gnome-initial-setup, delete configure option to enable it
- Date: Fri, 1 Mar 2013 22:00:34 +0000 (UTC)
commit 12bc83e593f825dd3431de4ad1fb871631889cdd
Author: Colin Walters <walters verbum org>
Date: Fri Mar 1 17:00:05 2013 -0500
Add user for gnome-initial-setup, delete configure option to enable it
We'll do this by default soon.
Makefile-integration.am | 5 -----
configure.ac | 5 -----
src/lib-group | 1 +
src/lib-passwd | 1 +
4 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/Makefile-integration.am b/Makefile-integration.am
index a5bb885..6883348 100644
--- a/Makefile-integration.am
+++ b/Makefile-integration.am
@@ -40,11 +40,6 @@ unitsdir = $(prefix)/lib/systemd/system
integration_SCRIPTS =
integrationdir = $(pkglibdir)
-if ENABLE_INITIAL_SETUP
-integration_SCRIPTS += src/initial-setup-by-default
-units_DATA += src/gnome-ostree-initial-setup-by-default.service
-endif
-
INSTALL_DATA_HOOKS += integration-install-data-hook
integration-install-data-hook: os-release system-release
install -D os-release $(DESTDIR)$(sysconfdir)/os-release
diff --git a/configure.ac b/configure.ac
index 260f7f3..a265430 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,11 +18,6 @@ AM_INIT_AUTOMAKE([1.11 -Wno-portability foreign no-define tar-ustar no-dist-gzip
AM_MAINTAINER_MODE([enable])
AM_SILENT_RULES([yes])
-AC_ARG_ENABLE(initial-setup,
- AS_HELP_STRING([--enable-initial-setup], [Enable initial setup by default]),,
- enable_initial_setup=no)
-AM_CONDITIONAL(ENABLE_INITIAL_SETUP, test x$enable_initial_setup != xno)
-
AM_PATH_PYTHON([2.6])
AC_CONFIG_FILES([
diff --git a/src/lib-group b/src/lib-group
index 438db7d..ff76eb3 100644
--- a/src/lib-group
+++ b/src/lib-group
@@ -44,3 +44,4 @@ pulse:*:84:
colord:*:85:
sshd:*:86:
rtkit:*:87:
+gnome-initial-setup:*:88:
diff --git a/src/lib-passwd b/src/lib-passwd
index 4ee67e9..1b7a39b 100644
--- a/src/lib-passwd
+++ b/src/lib-passwd
@@ -23,3 +23,4 @@ pulse:*:84:84:pulse:/:/bin/false
colord:*:85:85:colord:/:/bin/false
sshd:*:86:86:sshd:/:/bin/false
rtkit:*:87:87:rtkit:/:/bin/false
+gnome-initial-setup:*:88:88:gnome-initial-setup:/:/bin/false
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]