Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d59e5657cae2f14ac91924a30d6a1dba38c37cb7
commit d59e5657cae2f14ac91924a30d6a1dba38c37cb7 Author: Miklos Vajna <[email protected]> Date: Mon Jun 13 17:55:21 2011 +0200 include/util.sh: suggest system units instead of Frcd* diff --git a/source/include/util.sh b/source/include/util.sh index edec799..acc702a 100644 --- a/source/include/util.sh +++ b/source/include/util.sh @@ -962,7 +962,8 @@ Fbuild() { # * Frcd(): Create an rc.d environment. Parameter: name of the rc script, # defaults to $pkgname. # -# NOTE: this function is obsolete, use Frcd2 instead. +# NOTE: this function is obsolete, work with upstream to provide system +# units out of the box. ### Frcd() { if [ "$#" -eq 1 ]; then @@ -981,6 +982,9 @@ Frcd() { ### # * Frcd2(): Create the new rc.d environment. Paramter: name of the rc script, # defaults to $pkgname. +# +# NOTE: this function is obsolete, work with upstream to provide system +# units out of the box. ### Frcd2() { local po rc slang _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
