Magellan Linux

Diff of /trunk/include/mtools.sminc

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

revision 8642 by niro, Wed Jul 27 11:09:50 2011 UTC revision 8809 by niro, Fri Jul 29 14:40:23 2011 UTC
# Line 14  mpname() Line 14  mpname()
14   echo "${pname}"   echo "${pname}"
15  }  }
16    
 # get the bindir right with splitpackages  
 mbindir()  
 {  
  echo "${BINDIR}"  
 }  
   
17  # installs initscripts  # installs initscripts
18  # minstallrc /path/to/rc-script {destfilename}  # minstallrc /path/to/rc-script {destfilename}
19  minstallrc()  minstallrc()
# Line 474  minstallcron() Line 468  minstallcron()
468    
469    
470  # installs logrotate configuration files  # installs logrotate configuration files
471  # minstallpam /path/to/logrotatefile {destfilename}  # minstalllog /path/to/logrotatefile {destfilename}
472  minstalllog()  minstalllog()
473  {  {
474   local logfile   local logfile

Legend:
Removed from v.8642  
changed lines
  Added in v.8809