Diff of /branches/R11-unstable/include/mtools.sminc
Parent Directory | Revision Log | Patch
revision 8642 by niro, Wed Jul 27 11:09:50 2011 UTC | revision 8644 by niro, Wed Jul 27 11:18:18 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() |
|