tmpfiles.*: Follow OpenRC's message style
Just to be consistent.
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| # Copyright 1999-2012 Gentoo Foundation | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| description="set up tmpfiles.d entries" | ||||
| description="Set up tmpfiles.d entries" | ||||
|  | ||||
| depend() | ||||
| { | ||||
| @@ -13,7 +13,7 @@ depend() | ||||
|  | ||||
| start() | ||||
| { | ||||
| 	ebegin "setting up tmpfiles.d entries for /dev" | ||||
| 	ebegin "Setting up tmpfiles.d entries for /dev" | ||||
| 	@LIBEXECDIR@/sh/tmpfiles.sh --prefix=/dev --create --boot ${tmpfiles_opts} | ||||
| 	eend $? | ||||
| 	return 0 | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| # Copyright 1999-2012 Gentoo Foundation | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| description="set up tmpfiles.d entries" | ||||
| description="Set up tmpfiles.d entries" | ||||
|  | ||||
| depend() | ||||
| { | ||||
| @@ -11,7 +11,7 @@ depend() | ||||
|  | ||||
| start() | ||||
| { | ||||
| 	ebegin "setting up tmpfiles.d entries" | ||||
| 	ebegin "Setting up tmpfiles.d entries" | ||||
| 	@LIBEXECDIR@/sh/tmpfiles.sh --exclude-prefix=/dev --create --remove --boot \ | ||||
| 		${tmpfiles_opts} | ||||
| 	eend $? | ||||
|   | ||||
		Reference in New Issue
	
	Block a user