Accepting request 43542 from Base:System

checked in (request 43542)

OBS-URL: https://build.opensuse.org/request/show/43542
OBS-URL: https://build.opensuse.org/package/show/Base:System/at?expand=0&rev=15
This commit is contained in:
OBS User autobuild
2010-07-23 21:24:29 +00:00
committed by Git OBS Bridge
parent 5f0d6322df
commit 755ff39d48
3 changed files with 1 additions and 22 deletions

View File

@@ -1,14 +0,0 @@
#!/bin/bash
case "$1" in
hibernate|suspend)
stopservice atd
;;
thaw|resume)
restartservice atd
;;
*)
;;
esac
exit 0