Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (00c41ae4ef70debf7b09faab5d59f65dca9c6129)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David Brown" <dmlb2000 AT gmail.com>
  • To: "Treeve Jelbert" <treeve AT sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (00c41ae4ef70debf7b09faab5d59f65dca9c6129)
  • Date: Mon, 24 Sep 2007 20:39:53 +0000

Thanks, I'd like to eventually get this working with smgl so help
keeping the options available is nice :)

Thanks,
- David Brown

On 9/24/07, Treeve Jelbert <scm AT sourcemage.org> wrote:
> GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
>
> utils/hal/BUILD | 8 ++++----
> utils/hal/CONFIGURE | 2 +-
> utils/hal/HISTORY | 3 +++
> 3 files changed, 8 insertions(+), 5 deletions(-)
>
> New commits:
> commit 00c41ae4ef70debf7b09faab5d59f65dca9c6129
> Author: Treeve Jelbert <treeve AT sourcemage.org>
> Commit: Treeve Jelbert <treeve AT sourcemage.org>
>
> hal - add back selinux stuff
>
> diff --git a/utils/hal/BUILD b/utils/hal/BUILD
> index 830c9b8..26dcdb3 100755
> --- a/utils/hal/BUILD
> +++ b/utils/hal/BUILD
> @@ -1,7 +1,7 @@
> -#LDFLAGS="-lz $LDFLAGS" &&
> -#if [ "$SELINUX" == "y" ]; then
> -# OPTS="$OPTS --enable-selinux"
> -#fi &&
> +LDFLAGS="-lz $LDFLAGS" &&
> +if [ "$SELINUX" == "y" ]; then
> + OPTS="$OPTS --enable-selinux"
> +fi &&
> OPTS="$OPTS --with-pid-file=/var/run/hald.pid \
> --with-backend=linux \
> $HALACPI $HALAPM $HALSONY $HALPMU" &&
> diff --git a/utils/hal/CONFIGURE b/utils/hal/CONFIGURE
> index a413e91..fd304ba 100755
> --- a/utils/hal/CONFIGURE
> +++ b/utils/hal/CONFIGURE
> @@ -1,4 +1,4 @@
> -#config_query SELINUX "Enable SELinux support?" n
> +config_query SELINUX "Enable SELinux support?" n
> config_query_option HALSONY "Sony PIC support?" n \
> "--enable-sonypic" \
> "--disable-sonypic"
> diff --git a/utils/hal/HISTORY b/utils/hal/HISTORY
> index 57d0211..a4cf5bd 100644
> --- a/utils/hal/HISTORY
> +++ b/utils/hal/HISTORY
> @@ -1,3 +1,6 @@
> +2007-09-24 Treeve Jelbert <treeve AT sourcemage.org>
> + * BUILD, CONFIGURE: uncomment selinx stuff
> +
> 2007-08-14 Treeve Jelbert <treeve AT sourcemage.org>
> * libparted_check.patch: updated for parted-1.8.8
>
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit
>




Archive powered by MHonArc 2.6.24.

Top of Page