Admin/rsyncd
author berghofe
Wed, 07 May 2008 10:56:38 +0200
changeset 26796 c554b77061e5
parent 26371 8e4286e2bffe
child 28511 e79fad5c16a6
permissions -rwxr-xr-x
- Now imports Code_Setup, rather than Set and Fun, since the theorems about orderings are already needed in Set - Moved "Dense orders" section to Set, since it requires set notation. - The "Order on sets" section is no longer necessary, since it is subsumed by the order on functions and booleans. - Moved proofs of Least_mono and Least_equality to Set, since they require set notation. - In proof of "instance fun :: (type, order) order", use ext instead of expand_fun_eq, since the latter is not yet available. - predicate1I is no longer declared as introduction rule, since it interferes with subsetI
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12721
226fc0e2e7e3 #!/usr/bin/env bash;
wenzelm
parents: 8346
diff changeset
     1
#!/usr/bin/env bash
8346
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     2
#
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     3
# rsync server start script
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     4
#
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     5
# $Id$
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     6
#
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     7
26371
8e4286e2bffe replaced obsolete /usr/proj by /home;
wenzelm
parents: 12721
diff changeset
     8
rsync --daemon --config=/home/isabelle/rsyncd.conf --port=8730
8346
562090b1f128 switched to mirroring with rsync server
kleing
parents:
diff changeset
     9