]> git.pld-linux.org Git - packages/bigsister.git/commitdiff
- bigsister not _check_user patch
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Mon, 28 Feb 2005 01:06:29 +0000 (01:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bigsister-not_user_check.patch -> 1.1

bigsister-not_user_check.patch [new file with mode: 0644]

diff --git a/bigsister-not_user_check.patch b/bigsister-not_user_check.patch
new file mode 100644 (file)
index 0000000..223bfb5
--- /dev/null
@@ -0,0 +1,28 @@
+diff -urN bs-0.98c8/Makefile.in bs-0.98c8/Makefile.in
+--- bs-0.98c8/Makefile.in      2003-10-16 17:10:59.000000000 +0200
++++ bs-0.98c8/Makefile.in      2005-02-28 01:23:07.940984456 +0100
+@@ -218,15 +218,15 @@
+       
+ # GNU id exits nonzero on success.  sigh.
+ check:
+-      @test `id ${USER} 2>/dev/null | wc -l` = 1 || { \
+-           echo "" >&2; \
+-           echo "user ${USER} does not exist on this system" >&2; \
+-           echo "please use 'make install USER=login if" >&2; \
+-           echo "you'd like to run Big Sister as another user" >&2; \
+-           echo "called login rather than ${USER}" >&2; \
+-           echo "" >&2; \
+-           exit 2; \
+-      }
++#     @test `id ${USER} 2>/dev/null | wc -l` = 1 || { \
++#          echo "" >&2; \
++#          echo "user ${USER} does not exist on this system" >&2; \
++#          echo "please use 'make install USER=login if" >&2; \
++#          echo "you'd like to run Big Sister as another user" >&2; \
++#          echo "called login rather than ${USER}" >&2; \
++#          echo "" >&2; \
++#          exit 2; \
++#     }
+       @[ -d ${DESTDIR}${WEB_DIR}/gifs ] && { \
+            echo "" >&2; \
+            echo "***************************" >&2; \
This page took 0.057831 seconds and 4 git commands to generate.