19 lines
1022 B
Diff
19 lines
1022 B
Diff
diff -ruN cntlm-0.35.1-orig/Makefile cntlm-0.35.1/Makefile
|
|
--- cntlm-0.35.1-orig/Makefile 2007-11-21 01:18:24.000000000 +0100
|
|
+++ cntlm-0.35.1/Makefile 2009-05-06 18:09:53.000000000 +0200
|
|
@@ -42,10 +42,10 @@
|
|
install -O root -G system -M 644 -f $(MANDIR)/man1 doc/$(NAME).1; \
|
|
install -O root -G system -M 600 -c $(SYSCONFDIR) doc/$(NAME).conf; \
|
|
else \
|
|
- install -D -o root -g root -m 755 -s $(NAME) $(BINDIR)/$(NAME); \
|
|
- install -D -o root -g root -m 644 doc/$(NAME).1 $(MANDIR)/man1/$(NAME).1; \
|
|
+ install -D -m 755 -s $(NAME) $(BINDIR)/$(NAME); \
|
|
+ install -D -m 644 doc/$(NAME).1 $(MANDIR)/man1/$(NAME).1; \
|
|
[ -f $(SYSCONFDIR)/$(NAME).conf -o -z "$(SYSCONFDIR)" ] \
|
|
- || install -D -o root -g root -m 600 doc/$(NAME).conf $(SYSCONFDIR)/$(NAME).conf; \
|
|
+ || install -D -m 600 doc/$(NAME).conf $(SYSCONFDIR)/$(NAME).conf; \
|
|
fi
|
|
@echo; echo "Cntlm will look for configuration in $(SYSCONFDIR)/$(NAME).conf"
|
|
|
|
Dateien cntlm-0.35.1-orig/.Makefile.swp und cntlm-0.35.1/.Makefile.swp sind verschieden.
|