[arch-commits] Commit in mlocate/trunk (mlocate.install)

Dan McGee dan at archlinux.org
Tue Jul 1 13:37:46 UTC 2008


    Date: Tuesday, July 1, 2008 @ 09:37:45
  Author: dan
Revision: 3830

Fix FS#10712

Modified:
  mlocate/trunk/mlocate.install

-----------------+
 mlocate.install |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: mlocate.install
===================================================================
--- mlocate.install	2008-07-01 10:10:34 UTC (rev 3829)
+++ mlocate.install	2008-07-01 13:37:45 UTC (rev 3830)
@@ -12,7 +12,7 @@
   getent group slocate &>/dev/null && usr/sbin/groupdel slocate &>/dev/null
   getent group mlocate &>/dev/null && usr/sbin/groupdel mlocate &>/dev/null
 
-  getent group locate || usr/sbin/groupadd -g 21 locate &>/dev/null
+  getent group locate &>/dev/null || usr/sbin/groupadd -g 21 locate &>/dev/null
   chown -R root:locate var/lib/mlocate
 }
 





More information about the arch-commits mailing list