#! /bin/sh # # Copyright Matthias Hentges (c) 2006 # License: GPL (see http://www.gnu.org/licenses/gpl.txt for a copy of the license) # # Filename: save-rtc.sh # Date: 03-Jul-06 # Update the timestamp, if there is already one if test -e /etc/timestamp then echo "Will restore RCT from /etc/timestamp on next boot" echo "Delete that file to disable this feature." date +%2m%2d%2H%2M%Y > /etc/timestamp fi git' title='openembedded-core.git Git repository'/>
summaryrefslogtreecommitdiff
blob: 5f614f86a2cd68196f5185ccb2dd77f2f61d931c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39