Compare commits
	
		
			12 Commits
		
	
	
		
			funtoo-ope
			...
			openrc-0.1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 31dbdf69d2 | ||
|   | c7e14b2c17 | ||
|   | 6ceb62969a | ||
|   | d5ecc9d746 | ||
|   | 6df5176462 | ||
|   | 0c6df86503 | ||
|   | cd2d520fd1 | ||
|   | 0e3860e76f | ||
|   | 670b72b328 | ||
|   | 3ebaa31edb | ||
|   | 0f3813c8cf | ||
|   | 28c13790ff | 
| @@ -1,3 +1,3 @@ | |||||||
| NAME=		openrc | NAME=		openrc | ||||||
| VERSION=	0.10 | VERSION=	0.10.5 | ||||||
| PKG=		${NAME}-${VERSION} | PKG=		${NAME}-${VERSION} | ||||||
|   | |||||||
| @@ -1111,13 +1111,6 @@ | |||||||
| # Hypothetical network card that requires a change-eeprom toggle to enable flashing | # Hypothetical network card that requires a change-eeprom toggle to enable flashing | ||||||
| #ethtool_order_eth0="change-eeprom flash change pause coalesce ring offload nfc rxfh-indir ntuple" | #ethtool_order_eth0="change-eeprom flash change pause coalesce ring offload nfc rxfh-indir ntuple" | ||||||
|  |  | ||||||
| #----------------------------------------------------------------------------- |  | ||||||
| # Firewalld support |  | ||||||
| # If you are using the firewalld daemon to configure your firewall |  | ||||||
| # settings and you have specific zones you want to apply to your |  | ||||||
| # interfaces, you can do this here. |  | ||||||
| #firewalld_zone_eth0="myzone" |  | ||||||
|  |  | ||||||
| ############################################################################## | ############################################################################## | ||||||
| # ADVANCED CONFIGURATION | # ADVANCED CONFIGURATION | ||||||
| # | # | ||||||
|   | |||||||
| @@ -5,38 +5,12 @@ | |||||||
| description="Sets the hostname of the machine." | description="Sets the hostname of the machine." | ||||||
|  |  | ||||||
| depend() { | depend() { | ||||||
| 	need root | 	keyword -lxc | ||||||
| } | } | ||||||
|  |  | ||||||
| start() | start() | ||||||
| { | { | ||||||
| 	hostname=${hostname-${HOSTNAME-localhost}} | 	hostname=${hostname-${HOSTNAME-localhost}} | ||||||
| 	out=$hostname |  | ||||||
| 	short=${hostname%%.*} |  | ||||||
| 	if [ "$short" != "$hostname" ]; then |  | ||||||
| 		out="$out $short" |  | ||||||
| 	fi |  | ||||||
| 	if [ "$nisdomainname" != "" ]; then |  | ||||||
| 		ebegin "Setting NIS domain name to $nisdomainname" |  | ||||||
| 		nisdomainname $nisdomainname |  | ||||||
| 		eend $? "Failed to set the NIS domain name" |  | ||||||
| 	fi |  | ||||||
| 	if [ "$short" != "localhost" ]; then |  | ||||||
| 		out="$out localhost" |  | ||||||
| 	fi |  | ||||||
| 	if [ "$hostname" != "localhost.localdomain" ]; then |  | ||||||
| 		out="$out localhost.localdomain" |  | ||||||
| 	fi |  | ||||||
| 	[ -n "$aliases" ] && out="$out $aliases" |  | ||||||
| 	ebegin "Configuring /etc/hosts" |  | ||||||
| 	[ -e /etc/hosts ] && sed -i -e '/[[:space:]]*127.0.0.1[[:space:]]/d' -e '/[[:space:]]*::1[[:space:]]/d' /etc/hosts |  | ||||||
| 	cat <<END >> /etc/hosts |  | ||||||
| 127.0.0.1	$out |  | ||||||
| ::1		$out |  | ||||||
| END |  | ||||||
| 	chmod 0644 /etc/hosts |  | ||||||
| 	eend $? |  | ||||||
| 	[ "$RC_SYS" = "LXC" ] && return 0 |  | ||||||
| 	ebegin "Setting hostname to $hostname" | 	ebegin "Setting hostname to $hostname" | ||||||
| 	hostname "$hostname" | 	hostname "$hostname" | ||||||
| 	eend $? "Failed to set the hostname" | 	eend $? "Failed to set the hostname" | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ depend() | |||||||
| 	need fsck | 	need fsck | ||||||
| 	use lvm modules mtab | 	use lvm modules mtab | ||||||
| 	after lvm modules | 	after lvm modules | ||||||
| 	keyword -jail -vserver -lxc | 	keyword -jail -openvz -vserver -lxc | ||||||
| } | } | ||||||
|  |  | ||||||
| start() | start() | ||||||
|   | |||||||
| @@ -15,14 +15,6 @@ start() | |||||||
| 	ebegin "Configuring kernel parameters" | 	ebegin "Configuring kernel parameters" | ||||||
| 	eindent | 	eindent | ||||||
|  |  | ||||||
| 	# default sysctl System V max shared memory to 1/4 of RAM: |  | ||||||
| 	mem_bytes=`awk '/MemTotal:/ { printf "%0.f",$2 * 1024}' /proc/meminfo` |  | ||||||
| 	mem_max=`expr $mem_bytes / 4`  |  | ||||||
| 	page_size=`getconf PAGE_SIZE` |  | ||||||
| 	shmall=`expr $mem_bytes / $page_size` |  | ||||||
| 	sysctl kernel.shmmax=$mem_max > /dev/null |  | ||||||
| 	sysctl kernel.shmall=$shmall > /dev/null |  | ||||||
|  |  | ||||||
| 	for conf in @SYSCONFDIR@/sysctl.conf @SYSCONFDIR@/sysctl.d/*.conf; do | 	for conf in @SYSCONFDIR@/sysctl.conf @SYSCONFDIR@/sysctl.d/*.conf; do | ||||||
| 		if [ -r "$conf" ]; then | 		if [ -r "$conf" ]; then | ||||||
| 			vebegin "applying $conf" | 			vebegin "applying $conf" | ||||||
|   | |||||||
| @@ -13,7 +13,7 @@ SRCS-Linux=	iwconfig.sh.in | |||||||
| INC-Linux=	adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \ | INC-Linux=	adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \ | ||||||
| 		ccwgroup.sh clip.sh ethtool.sh iproute2.sh ifplugd.sh ip6to4.sh \ | 		ccwgroup.sh clip.sh ethtool.sh iproute2.sh ifplugd.sh ip6to4.sh \ | ||||||
| 		ipppd.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh udhcpc.sh \ | 		ipppd.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh udhcpc.sh \ | ||||||
| 		vlan.sh macvlan.sh ip6rd.sh firewalld.sh | 		vlan.sh macvlan.sh ip6rd.sh | ||||||
|  |  | ||||||
| SRCS-NetBSD= | SRCS-NetBSD= | ||||||
| INC-NetBSD=	ifwatchd.sh | INC-NetBSD=	ifwatchd.sh | ||||||
|   | |||||||
| @@ -1,38 +0,0 @@ | |||||||
| # Copyright (c) 2012 Doug Goldstein <cardoe@cardoe.com> |  | ||||||
| # Released under the 2-clause BSD license. |  | ||||||
|  |  | ||||||
| firewalld_depend() |  | ||||||
| { |  | ||||||
| 	after interface |  | ||||||
| 	before dhcp |  | ||||||
| 	program firewall-cmd |  | ||||||
| 	[ "$IFACE" != "lo" ] && need firewalld |  | ||||||
| } |  | ||||||
|  |  | ||||||
| _config_vars="$_config_vars firewalld_zone" |  | ||||||
|  |  | ||||||
| firewalld_post_start() |  | ||||||
| { |  | ||||||
| 	local firewalld_zone= |  | ||||||
| 	eval firewalld_zone=\$firewalld_zone_${IFVAR} |  | ||||||
|  |  | ||||||
| 	_exists || return 0 |  | ||||||
|  |  | ||||||
| 	if [ "${IFACE}" != "lo" ]; then |  | ||||||
| 		firewall-cmd --zone="${firewalld_zone}" \ |  | ||||||
| 			--change-interface="${IFACE}" > /dev/null 2>&1 |  | ||||||
| 	fi |  | ||||||
|  |  | ||||||
| 	return 0 |  | ||||||
| } |  | ||||||
|  |  | ||||||
| firewalld_pre_stop() |  | ||||||
| { |  | ||||||
| 	_exists || return 0 |  | ||||||
|  |  | ||||||
| 	if [ "${IFACE}" != "lo" ]; then |  | ||||||
| 		firewall-cmd --remove-interface="${IFACE}" > /dev/null 2>&1 |  | ||||||
| 	fi |  | ||||||
|  |  | ||||||
| 	return 0 |  | ||||||
| } |  | ||||||
| @@ -61,7 +61,7 @@ udhcpc_start() | |||||||
| 	esac | 	esac | ||||||
|  |  | ||||||
| 	case " ${args} " in | 	case " ${args} " in | ||||||
| 		*" --hosname="*|*" -h "*|*" -H "*);; | 		*" --hostname="*|*" -h "*|*" -H "*);; | ||||||
| 		*) | 		*) | ||||||
| 			if ${sendhost}; then | 			if ${sendhost}; then | ||||||
| 				local hname="$(hostname)" | 				local hname="$(hostname)" | ||||||
|   | |||||||
| @@ -37,14 +37,23 @@ fi | |||||||
|  |  | ||||||
| # /run is a new directory for storing volatile runtime data. | # /run is a new directory for storing volatile runtime data. | ||||||
| # Read more about /run at https://lwn.net/Articles/436012 | # Read more about /run at https://lwn.net/Articles/436012 | ||||||
|  | sys="$(rc --sys)" | ||||||
|  |  | ||||||
| if [ ! -d /run ]; then | if [ ! -d /run ]; then | ||||||
| 	eerror "The /run directory does not exist. Unable to continue." | 	if [ "$sys" = VSERVER ]; then | ||||||
| 	return 1 | 		if [ -e /run ]; then | ||||||
|  | 		rm -rf /run | ||||||
|  | 		fi | ||||||
|  | 		mkdir /run | ||||||
|  | 	else | ||||||
|  | 		eerror "The /run directory does not exist. Unable to continue." | ||||||
|  | 		return 1 | ||||||
|  | 	fi | ||||||
| fi | fi | ||||||
|  |  | ||||||
| if mountinfo -q /run; then | if [ "$sys" = VSERVER ]; then | ||||||
| 	einfo "/run is already mounted, skipping" | 	rm -rf /run/* | ||||||
| else | elif ! mountinfo -q /run; then | ||||||
| 	ebegin "Mounting /run" | 	ebegin "Mounting /run" | ||||||
| 	rc=0 | 	rc=0 | ||||||
| 	if ! fstabinfo --mount /run; then | 	if ! fstabinfo --mount /run; then | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user