root can change everything but file is read only for root all the other init scripts are rwx for root
-rwxr-xr-x On Thu, Mar 6, 2014 at 11:09 AM, Alex Peshkoff <peshk...@mail.ru> wrote: > On 03/05/14 21:00, map...@users.sourceforge.net wrote: >> ----------- >> make init script writeable by the root user >> >> Modified Paths: >> -------------- >> firebird/trunk/builds/install/arch-specific/linux/linuxLibrary.sh.in >> >> Modified: >> firebird/trunk/builds/install/arch-specific/linux/linuxLibrary.sh.in >> =================================================================== >> --- firebird/trunk/builds/install/arch-specific/linux/linuxLibrary.sh.in >> 2014-03-05 02:15:58 UTC (rev 59229) >> +++ firebird/trunk/builds/install/arch-specific/linux/linuxLibrary.sh.in >> 2014-03-05 16:59:59 UTC (rev 59230) >> @@ -394,7 +394,7 @@ >> # Install the firebird init.d script >> cp @FB_MISCDIR@/$srcScript $initScript >> chown root:root $initScript >> - chmod ug=rx,o=r $initScript >> + chmod u=rwx,g=rx,o=r $initScript >> > > I do not understand what do you achieve with this change. Both old and > new variants are absolutely correct. Root anyway can change everything. > > > ------------------------------------------------------------------------------ > Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. > With Perforce, you get hassle-free workflows. Merge that actually works. > Faster operations. Version large binaries. Built-in WAN optimization and the > freedom to use Git, Perforce or both. Make the move to Perforce. > http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk > Firebird-Devel mailing list, web interface at > https://lists.sourceforge.net/lists/listinfo/firebird-devel ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel