|
@@ -116,7 +116,7 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
|
|
these tests are not skipped we'll add a temporary group and make the
|
|
these tests are not skipped we'll add a temporary group and make the
|
|
user <systemitem class="username">tester</systemitem> a part of it:</para>
|
|
user <systemitem class="username">tester</systemitem> a part of it:</para>
|
|
|
|
|
|
-<screen><userinput remap="test">echo "tester:x:1000:nogroup" >> /etc/group</userinput></screen>
|
|
|
|
|
|
+<screen><userinput remap="test">echo "dummy:x:1000:tester" >> /etc/group</userinput></screen>
|
|
|
|
|
|
<para>Fix some of the permissions so that the non-root user can compile and
|
|
<para>Fix some of the permissions so that the non-root user can compile and
|
|
run the tests:</para>
|
|
run the tests:</para>
|
|
@@ -132,11 +132,11 @@ FORCE_UNSAFE_CONFIGURE=1 ./configure \
|
|
partially built system environment like the chroot environment here, but
|
|
partially built system environment like the chroot environment here, but
|
|
passes if run at the end of this chapter. The test program tty.sh is
|
|
passes if run at the end of this chapter. The test program tty.sh is
|
|
also known to fail.</para>
|
|
also known to fail.</para>
|
|
|
|
+-->
|
|
|
|
|
|
<para>Remove the temporary group:</para>
|
|
<para>Remove the temporary group:</para>
|
|
|
|
|
|
<screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen>
|
|
<screen><userinput remap="test">sed -i '/dummy/d' /etc/group</userinput></screen>
|
|
--->
|
|
|
|
<para>Install the package:</para>
|
|
<para>Install the package:</para>
|
|
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
<screen><userinput remap="install">make install</userinput></screen>
|