diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-03-30 03:13:46 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-03-30 03:13:46 (GMT) |
commit | 6035ed149c9f8fa272a92a65ca20bab06c474b2a (patch) | |
tree | c20d20342783f856d1ca1713e0612ac4906de275 /rhnop-server/Makefile | |
parent | b79e5c9fa899514501df13868717641987750fac (diff) |
fixed permission problems with config file
Diffstat (limited to 'rhnop-server/Makefile')
-rw-r--r-- | rhnop-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhnop-server/Makefile b/rhnop-server/Makefile index a0a9f64..e7976fc 100644 --- a/rhnop-server/Makefile +++ b/rhnop-server/Makefile @@ -87,7 +87,7 @@ install-lib: install-etc: $(INSTALL) -d $(DESTDIR)$(ETCDIR)/rhnop - $(INSTALL) -m 600 nopsyncd.conf $(DESTDIR)$(ETCDIR)/rhnop + $(INSTALL) -m 640 nopsyncd.conf $(DESTDIR)$(ETCDIR)/rhnop uninstall: remove |