[arch-commits] Commit in systemd/trunk (systemd.install)
Dave Reisner
dreisner at archlinux.org
Wed Jan 18 10:53:30 UTC 2012
Date: Wednesday, January 18, 2012 @ 05:53:29
Author: dreisner
Revision: 146790
fix incorrect path in install scriptlet
Modified:
systemd/trunk/systemd.install
-----------------+
systemd.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: systemd.install
===================================================================
--- systemd.install 2012-01-18 10:29:11 UTC (rev 146789)
+++ systemd.install 2012-01-18 10:53:29 UTC (rev 146790)
@@ -2,7 +2,7 @@
checkgroups() {
if ! getent group lock >/dev/null; then
- sbin/groupadd -g 54 lock
+ groupadd -g 54 lock
fi
}
More information about the arch-commits
mailing list