This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

CONFIG_PROTECT

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
This page is a translated version of the page CONFIG PROTECT and the translation is 100% complete.

Warning: Display title "CONFIG_PROTECT" overrides earlier display title "CONFIG PROTECT".

CONFIG_PROTECT 변수에는 새 버전의 파일을 몰래 복사하는건 아니지만, 대신 바뀐 내용이 필요한지 유효한지 여부를 사용자가 직접 확인해야 하는 설정 파일로서 파일을 다룰 디렉터리 목록을 공백을 구분하여 넣습니다. 언급한 디렉터리의 하위 디렉터리는 CONFIG_PROTECT_MASK 변수에서 제외할 수 있습니다.

변수는 설치한 포티지와 사용자의 젠투 프로파일en에서 온전한 기본값으로 관리합니다. 시스템 환경(종종 /etc/env.d 파일을 통해 변수를 업데이트 하는 프로그램이 사용), 그리고 사용자 /etc/portage/make.conf 설정에서 설정 값을 추가할 수 있습니다.

파일 /etc/portage/make.confExample CONFIG_PROTECT definitions
CONFIG_PROTECT="/var/bind"

젠투 핸드북의 환경 변수 편도 참고하십시오.