File: 00Standard.bash

package info (click to toggle)
sysprofile 0.3.10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: sh: 376; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This here is for any settings you want.  If the contents
# become too abundant consider separating them into single 
# modules.  Please do read "/usr/share/doc/syslogout/README.usage"
# for further information.  Sample modules can be found in the 
# samples subdirectory "/usr/share/doc/syslogout/examples/".

# Might be handy for script debugging:

#if [ ! -d /var/tmp/syslogout ]; then
#    mkdir -m 1777 /var/tmp/syslogout
#    touch /var/tmp/syslogout/$USER
#    chmod 600 /var/tmp/syslogout/$USER
#else
#    touch /var/tmp/syslogout/$USER
#    chmod 600 /var/tmp/syslogout/$USER
#fi