Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/dracut/mcored/module-setup.sh.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2333 by niro, Fri Jul 11 13:58:30 2014 UTC revision 2334 by niro, Fri Jul 11 14:17:51 2014 UTC
# Line 24  install() { Line 24  install() {
24    
25   # add lp usr/group   # add lp usr/group
26   egrep '^lp:' @@SYSCONFDIR@@/passwd >> "$initdir@@SYSCONFDIR@@/passwd"   egrep '^lp:' @@SYSCONFDIR@@/passwd >> "$initdir@@SYSCONFDIR@@/passwd"
27     # add MCORE_UNPRIV_USER
28     egrep '^@@MCORE_UNPRIV_USER@@:' @@SYSCONFDIR@@/passwd >> "$initdir@@SYSCONFDIR@@/passwd"
29   # group file is fully included atm   # group file is fully included atm
30   #egrep '^lp:' @@SYSCONFDIR@@/group >> "$initdir@@SYSCONFDIR@@/group"   #egrep '^lp:' @@SYSCONFDIR@@/group >> "$initdir@@SYSCONFDIR@@/group"
31    

Legend:
Removed from v.2333  
changed lines
  Added in v.2334