Patch for kdesud's Makefile.am, any objections?

Alex Zepeda zipzippy at sonic.net
Fri Jun 14 05:20:02 BST 2002


Index: Makefile.am
===================================================================
RCS file: /home/kde/kdebase/kdesu/kdesud/Makefile.am,v
retrieving revision 1.15
diff -b -d -u -1 -u -r1.15 Makefile.am
--- Makefile.am	2002/05/26 14:18:49	1.15
+++ Makefile.am	2002/06/14 04:18:58
@@ -23,3 +23,3 @@
 install-exec-hook: 
-	@(chown root. at nogroup@ $(DESTDIR)$(bindir)/kdesud && chmod 2755  $(DESTDIR)$(bindir)/kdesud) \
+	@(chown root:@nogroup@ $(DESTDIR)$(bindir)/kdesud && chmod 2755  $(DESTDIR)$(bindir)/kdesud) \
 	|| echo "Error: Could not install kdesud as setgid nogroup!!\n" \

'.' is an inappropiate delimiter (aside from the fact it's nolonger
supported by FreeBSD's chown).. cause isn't '.' a valid user or group
character?  Are there any platforms that don't support the colon?

- alex




More information about the kde-core-devel mailing list