Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
inventory-system
> cron.daily
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File cron.daily of Package inventory-system (Revision 9)
Currently displaying revision
9
,
show latest
#!/bin/bash BSL=`cat /proc/cmdline | sed -r -e 's@.*kiwiserver=(.*)\skiwiservertype.*@\1@'` if [ "${BSL}" == "boot.stresslinux.org" ] ; then if [ -x /usr/sbin/inventory-system ] ; then /usr/sbin/inventory-system | $(which logger) -t inventory-system fi fi exit 0