Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37578275
en ru br
ALT Linux repos
S:253.8-alt1

Group :: System/Configuration/Boot and Init
RPM: systemd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and 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
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin