[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/64: Don't barf when installing as root
From: |
Ludovic Courtès |
Subject: |
35/64: Don't barf when installing as root |
Date: |
Mon, 05 Jan 2015 16:39:02 +0000 |
civodul pushed a commit to branch nix
in repository guix.
commit 924e19341a5ee488634bc9ce1ea9758ac496afc3
Author: Eelco Dolstra <address@hidden>
Date: Thu Apr 10 23:42:48 2014 +0200
Don't barf when installing as root
---
doc/manual/release-notes.xml | 2 +-
scripts/install-nix-from-closure.sh | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index 5319592..fd5061c 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -7,7 +7,7 @@
<!--==================================================================-->
-<section xml:id="ssec-relnotes-1.7"><title>Release 1.7 (April 9, 2014)</title>
+<section xml:id="ssec-relnotes-1.7"><title>Release 1.7 (April 11, 2014)</title>
<para>In addition to the usual bug fixes, this release has the
following new features:</para>
diff --git a/scripts/install-nix-from-closure.sh
b/scripts/install-nix-from-closure.sh
index 33ceeb3..5770c73 100644
--- a/scripts/install-nix-from-closure.sh
+++ b/scripts/install-nix-from-closure.sh
@@ -18,7 +18,6 @@ fi
if [ "$(id -u)" -eq 0 ]; then
echo "warning: installing Nix as root is not recommended" >&2
- exit 1
fi
echo "performing a single-user installation of Nix..." >&2
- 19/64: forceList: Show position info, (continued)
- 19/64: forceList: Show position info, Ludovic Courtès, 2015/01/05
- 21/64: forceString: Show position info, Ludovic Courtès, 2015/01/05
- 25/64: Show position info in attribute selection errors, Ludovic Courtès, 2015/01/05
- 29/64: nix-shell --pure: Keep the user's $PAGER, Ludovic Courtès, 2015/01/05
- 27/64: Update release notes, Ludovic Courtès, 2015/01/05
- 26/64: Install systemd units, Ludovic Courtès, 2015/01/05
- 20/64: forceAttrs: Show position info, Ludovic Courtès, 2015/01/05
- 22/64: derivation: Don't require certain function arguments, Ludovic Courtès, 2015/01/05
- 30/64: Update installation instructions, Ludovic Courtès, 2015/01/05
- 23/64: Show position info in string concatenation / addition errors, Ludovic Courtès, 2015/01/05
- 35/64: Don't barf when installing as root,
Ludovic Courtès <=
- 31/64: Remove redundant stuff, Ludovic Courtès, 2015/01/05
- 24/64: Show position info in Boolean operations, Ludovic Courtès, 2015/01/05
- 38/64: Fix test evaluation, Ludovic Courtès, 2015/01/05
- 34/64: Add docbook icons to the distribution, Ludovic Courtès, 2015/01/05
- 37/64: Bump date, Ludovic Courtès, 2015/01/05
- 39/64: nix-env: Minor change to '--delete-generations Nd' semantics, Ludovic Courtès, 2015/01/05
- 33/64: If a .drv cannot be parsed, show its path, Ludovic Courtès, 2015/01/05
- 40/64: trunk -> master, Ludovic Courtès, 2015/01/05
- 17/64: Pass position information to primop calls, Ludovic Courtès, 2015/01/05
- 32/64: Simplify quick start section, Ludovic Courtès, 2015/01/05