Changeset 440
- Timestamp:
- Mar 30, 2007 2:49:36 AM (6 years ago)
- Location:
- trunk/cereal
- Files:
-
- 2 added
- 4 edited
-
Makefile (modified) (1 diff)
-
TODO (modified) (2 diffs)
-
debian/changelog (modified) (1 diff)
-
docs (added)
-
docs/reciprocal-serial-consoles.txt (added)
-
fs/usr/share/man/man1/cereal.1 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/cereal/Makefile
r396 r440 31 31 mkdir -p build/upstream 32 32 ln -s ../.. build/upstream/cereal-$(VERSION) 33 (cd build/upstream && tar czf ../cereal_$(VERSION).tar.gz --exclude=.svn --exclude=*~ cereal-$(VERSION)/{fs,COPYING,Makefile })33 (cd build/upstream && tar czf ../cereal_$(VERSION).tar.gz --exclude=.svn --exclude=*~ cereal-$(VERSION)/{fs,COPYING,Makefile,docs}) 34 34 rm -f build/upstream/cereal-$(VERSION) 35 35 -
trunk/cereal/TODO
r430 r440 5 5 - jamie doesn't want to do this. jamie thinks timestamps are plenty 6 6 "reasonable" as they are. 7 8 figure out what else the post{inst,rm} scripts need to be doing9 7 10 8 lock screen session from arbitrary execution … … 21 19 22 20 bash completion 21 22 create example "how to use cereal" file. -
trunk/cereal/debian/changelog
r438 r440 1 cereal (0.4-1) unstable; urgency=low 2 3 * added more documentation 4 * NOT FOR RELEASE 5 6 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Fri, 30 Mar 2007 02:28:06 -0400 7 1 8 cereal (0.3-3) unstable; urgency=low 2 9 -
trunk/cereal/fs/usr/share/man/man1/cereal.1
r400 r440 7 7 .PP 8 8 \fBcereal\fP is the client program to attach to a running cereal session. 9 Without arguments, \fBcereal\fP will list the available sessions that the user is10 allowed to access. Otherwise, the first argument should be the session name to11 attach to.12 9 .PP 13 To detach from a session, detach the screen from the terminal with the screen 14 detach key command ("C-a C-d" by default). 10 \fBcereal attach foo\fP will attach to (take control of) a cereal session named "foo". 15 11 .PP 16 See `man screen' for more info on how to use screen while in the session. 12 \fBcereal follow foo\fP will follow (watch, without being able to 13 intervene) a cereal session named "foo". You can stop following a 14 session by sending it a SIGINT (Ctrl+c). 15 .PP 16 \fBcereal list\fP will list the available sessions that the user is 17 allowed to access. The leading three characters in the list indicate: 18 .TP 19 \(bu 20 whether the session is enabled (+) or not (-) 21 .TP 22 \(bu 23 whether the user can attach to the session (a) or not (-) 24 .TP 25 \(bu 26 whether the user can follow the session (a) or not (-) 27 .PP 28 To detach from an attached session, use the screen detach key command 29 ("C-a C-d" by default). 30 .PP 31 See 32 .BR screen (1) 33 for more info on how to use screen while in the session. 17 34 .PP 18 35 The cereal system is outlined at:
Note: See TracChangeset
for help on using the changeset viewer.

