[arch-releng] [PATCH] Move automated_script from /etc/functions.d to /etc/rc.d/functions.d

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Fri Apr 1 13:32:56 EDT 2011


On 04/01/2011 02:00 PM, ce at vejnar.org wrote:
> From: Charles<ce at vejnar.org>
>
> ---
>   .../overlay/etc/functions.d/automated_script       |   23 --------------------
>   .../overlay/etc/rc.d/functions.d/automated_script  |   23 ++++++++++++++++++++
>   2 files changed, 23 insertions(+), 23 deletions(-)
>   delete mode 100644 configs/syslinux-iso/overlay/etc/functions.d/automated_script
>   create mode 100644 configs/syslinux-iso/overlay/etc/rc.d/functions.d/automated_script
>
> diff --git a/configs/syslinux-iso/overlay/etc/functions.d/automated_script b/configs/syslinux-iso/overlay/etc/functions.d/automated_script
> deleted file mode 100644
> index 09f04b8..0000000
> --- a/configs/syslinux-iso/overlay/etc/functions.d/automated_script
> +++ /dev/null
> @@ -1,23 +0,0 @@
> -automated_script ()
> -{
> -    script="$(kernel_cmdline script)"
> -    if [ -n $script ] ; then
> -        stat_busy "Configuring $script"
> -        if [[ $script =~ ^http:// || $script =~ ^ftp:// ]] ; then
> -            wget "$script" -q -O /tmp/startup_script>/dev/null
> -            rt=$?
> -        else
> -            cp $script /tmp/startup_script
> -            rt=$?
> -        fi
> -        if [ $rt -eq 0 ] ; then
> -            chmod +x /tmp/startup_script
> -            echo -e "\nif [ \`tty\` = \"/dev/tty1\" ] ; then\n    /tmp/startup_script\nfi\n">>  /root/.bash_profile
> -            stat_done
> -        else
> -            stat_fail
> -        fi
> -    fi
> -}
> -
> -add_hook multi_end automated_script
> diff --git a/configs/syslinux-iso/overlay/etc/rc.d/functions.d/automated_script b/configs/syslinux-iso/overlay/etc/rc.d/functions.d/automated_script
> new file mode 100644
> index 0000000..09f04b8
> --- /dev/null
> +++ b/configs/syslinux-iso/overlay/etc/rc.d/functions.d/automated_script
> @@ -0,0 +1,23 @@
> +automated_script ()
> +{
> +    script="$(kernel_cmdline script)"
> +    if [ -n $script ] ; then
> +        stat_busy "Configuring $script"
> +        if [[ $script =~ ^http:// || $script =~ ^ftp:// ]] ; then
> +            wget "$script" -q -O /tmp/startup_script>/dev/null
> +            rt=$?
> +        else
> +            cp $script /tmp/startup_script
> +            rt=$?
> +        fi
> +        if [ $rt -eq 0 ] ; then
> +            chmod +x /tmp/startup_script
> +            echo -e "\nif [ \`tty\` = \"/dev/tty1\" ] ; then\n    /tmp/startup_script\nfi\n">>  /root/.bash_profile
> +            stat_done
> +        else
> +            stat_fail
> +        fi
> +    fi
> +}
> +
> +add_hook multi_end automated_script
Thanks. Pushed to master

-- 
Gerardo Exequiel Pozzi
\cos^2\alpha + \sin^2\alpha = 1



More information about the arch-releng mailing list