From 6e25655ba204eda4f11460355199bd121889ad04 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 13 Sep 2012 22:03:41 -0300 Subject: Rebranding --- configs/releng/root-image/etc/rc.d/pacman-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/releng/root-image/etc') diff --git a/configs/releng/root-image/etc/rc.d/pacman-init b/configs/releng/root-image/etc/rc.d/pacman-init index bbbd719..596fe30 100755 --- a/configs/releng/root-image/etc/rc.d/pacman-init +++ b/configs/releng/root-image/etc/rc.d/pacman-init @@ -6,7 +6,7 @@ case "$1" in start) stat_busy "Initializing pacman keyring" - if { pacman-key --init && pacman-key --populate archlinux; } &>/dev/null; then + if { pacman-key --init && pacman-key --populate archlinux && pacman-key --populate parabola; } &>/dev/null; then add_daemon pacman-init stat_done else -- cgit v1.2.3-54-g00ecf