Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37550319
en ru br
ALT Linux repositórios
S:253.8-alt1

Group :: Sistema/Configurações/Boot e Init
RPM: systemd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

#!/bin/sh -e

[ -L /proc/1/root ] || exit 0

rc=0
LC_ALL=C egrep -s '^/(lib|etc)/tmpfiles.d/.+\.conf' | sort -u |
while read -r file; do
if [ -f $file ]; then
systemd-tmpfiles --create $file || rc=1
fi
done
exit $rc
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009