Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Tue, May 03, 2016 at 10:59:07AM +0300, Roman Tereshonkov wrote: > Hi, > > Is there any reason to use execute permissions when installing drbd.service? > drbd-utils.git: scripts/Makefile.in > ... > install -m 755 drbd.service ... > ... No, probably a copy & paste thing from previous times where init stuff had "+x". Don't know, but as for example the Debian magic changes this to 644 anyways, I also corrected it in the Makefile.in Regards, rck