From 8fb7653c2923bd1a1de5eb842356020c6fbf065e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 11 Sep 2011 15:58:24 -0700 Subject: ebuild.sh: remove unused lchown and lchgrp --- bin/ebuild.sh | 8 -------- bin/isolated-functions.sh | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 4dd29216a..355a1c034 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -113,14 +113,6 @@ fi # the sandbox is disabled by default except when overridden in the relevant stages export SANDBOX_ON=0 -lchown() { - chown -h "$@" -} - -lchgrp() { - chgrp -h "$@" -} - esyslog() { # Custom version of esyslog() to take care of the "Red Star" bug. # MUST follow functions.sh to override the "" parameter problem. diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 1de1f7f0d..8e367fff1 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -588,7 +588,7 @@ save_ebuild_env() { has_phase_defined_up_to \ hasg hasgq hasv hasq qa_source qa_call \ addread addwrite adddeny addpredict _sb_append_var \ - lchown lchgrp esyslog use usev useq has_version portageq \ + use usev useq has_version portageq \ best_version use_with use_enable register_die_hook \ keepdir unpack strip_duplicate_slashes econf einstall \ dyn_setup dyn_unpack dyn_clean into insinto exeinto docinto \ -- cgit v1.2.3-1-g7c22