Magellan Linux

Diff of /branches/magellan-next/core/shadow/shadow-4.1.4.3-r3.smage2

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

revision 8828 by niro, Tue Aug 2 10:15:58 2011 UTC revision 8843 by niro, Wed Aug 3 07:37:50 2011 UTC
# Line 130  postinstall() Line 130  postinstall()
130   then   then
131   /usr/sbin/pwconv   /usr/sbin/pwconv
132   /usr/sbin/grpconv   /usr/sbin/grpconv
133     elif [[ -x /sbin/chroot ]] && [[ -d ${MROOT} ]]
134     then
135     chroot ${MROOT} /usr/sbin/pwconv || die
136     chroot ${MROOT} /usr/sbin/grpconv || die
137     else
138     echo "pwconv and grpconv could not run in MROOT='${MROOT}'."
139     echo "PAM is not usable without any shadow/gshadow files."
140     echo "Please chroot in your systemroot and run them by hand."
141   fi   fi
142  }  }

Legend:
Removed from v.8828  
changed lines
  Added in v.8843