LINUX.ORG.RU

История изменений

Исправление hikikomori, (текущая версия) :

Хорошо, я закомментил:

sudo find /etc/ -type f -not -regex ".*\.\(JPG\|jpg\|jpeg\|gif\|pdf\|mov\)$"  -exec egrep -iH  'append_path' {} \;
/etc/profile.d/perlbin.sh:[ -d /usr/bin/site_perl ] && append_path '/usr/bin/site_perl'
/etc/profile.d/perlbin.sh:[ -d /usr/bin/vendor_perl ] && append_path '/usr/bin/vendor_perl'
/etc/profile.d/perlbin.sh:[ -d /usr/bin/core_perl ] && append_path '/usr/bin/core_perl'

 cat /etc/profile.d/perlbin.sh
# Set path to perl scriptdirs if they exist
# https://wiki.archlinux.org/index.php/Perl_Policy#Binaries_and_scripts
# Added /usr/bin/*_perl dirs for scripts

# [ -d /usr/bin/site_perl ] && append_path '/usr/bin/site_perl'

# [ -d /usr/bin/vendor_perl ] && append_path '/usr/bin/vendor_perl'

# [ -d /usr/bin/core_perl ] && append_path '/usr/bin/core_perl'

# export PATH

# If you have modules in non-standard directories you can add them here.
#export PERLLIB=dir1:dir2


Вроде бы ошибка пропала, но правильно ли я поступил и не приведёт ли это к другим последствиям? Не посыпется ли что связанное с perl?

Исправление hikikomori, :

Хорошо, я закомментил:

sudo find /etc/ -type f -not -regex ".*\.\(JPG\|jpg\|jpeg\|gif\|pdf\|mov\)$"  -exec egrep -iH  'append_path' {} \;
/etc/profile.d/perlbin.sh:[ -d /usr/bin/site_perl ] && append_path '/usr/bin/site_perl'
/etc/profile.d/perlbin.sh:[ -d /usr/bin/vendor_perl ] && append_path '/usr/bin/vendor_perl'
/etc/profile.d/perlbin.sh:[ -d /usr/bin/core_perl ] && append_path '/usr/bin/core_perl'



 cat /etc/profile.d/perlbin.sh
# Set path to perl scriptdirs if they exist
# https://wiki.archlinux.org/index.php/Perl_Policy#Binaries_and_scripts
# Added /usr/bin/*_perl dirs for scripts

# [ -d /usr/bin/site_perl ] && append_path '/usr/bin/site_perl'

# [ -d /usr/bin/vendor_perl ] && append_path '/usr/bin/vendor_perl'

# [ -d /usr/bin/core_perl ] && append_path '/usr/bin/core_perl'

# export PATH

# If you have modules in non-standard directories you can add them here.
#export PERLLIB=dir1:dir2




Вроде бы ошибка пропала, но правильно ли я поступил и не приведёт ли это к другим последствиям? Не посыпется ли что связанное с perl?

Исходная версия hikikomori, :

Хорошо, я закомментил:

sudo find /etc/ -type f -not -regex ".*\.\(JPG\|jpg\|jpeg\|gif\|pdf\|mov\)$"  -exec egrep -iH  'append_path' {} \;
[sudo] пароль для harushima: 
/etc/profile.d/perlbin.sh:[ -d /usr/bin/site_perl ] && append_path '/usr/bin/site_perl'
/etc/profile.d/perlbin.sh:[ -d /usr/bin/vendor_perl ] && append_path '/usr/bin/vendor_perl'
/etc/profile.d/perlbin.sh:[ -d /usr/bin/core_perl ] && append_path '/usr/bin/core_perl'



 cat /etc/profile.d/perlbin.sh
# Set path to perl scriptdirs if they exist
# https://wiki.archlinux.org/index.php/Perl_Policy#Binaries_and_scripts
# Added /usr/bin/*_perl dirs for scripts

# [ -d /usr/bin/site_perl ] && append_path '/usr/bin/site_perl'

# [ -d /usr/bin/vendor_perl ] && append_path '/usr/bin/vendor_perl'

# [ -d /usr/bin/core_perl ] && append_path '/usr/bin/core_perl'

# export PATH

# If you have modules in non-standard directories you can add them here.
#export PERLLIB=dir1:dir2




Вроде бы ошибка пропала, но правильно ли я поступил и не приведёт ли это к другим последствиям? Не посыпется ли что связанное с perl?