Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/rc/bin/homespool – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#!/bin/rc
2
 
3
echo creating spool directory
4
mkdir $home/spool
5
chmod 777 $home/spool
6
echo creating ctrl directory
7
mkdir $home/spool/ctrl
8
chmod 775 $home/spool/ctrl
9
echo creating seqno file
10
touch $home/spool/ctrl/seqno
11
echo creating options file
12
chmod 222 $home/spool/ctrl/seqno
13
cat >$home/spool/ctrl/options <<EOF
14
facedown
15
nobanner
16
	$user
17
EOF