diff options
| author | Manuel Schneider | 2013-10-09 19:03:28 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2013-10-09 19:03:28 +0200 |
| commit | a01f5af07efe0819cd7f71d8ea9753a39f71c4a9 (patch) | |
| tree | e7b18dbcf3ab80afb18d83937fb652f9d027ef9e /remote/rootfs/rootfs-stage32 | |
| parent | [vbox] Unneded REQUIRED_LIB deleted. (diff) | |
| download | tm-scripts-a01f5af07efe0819cd7f71d8ea9753a39f71c4a9.tar.gz tm-scripts-a01f5af07efe0819cd7f71d8ea9753a39f71c4a9.tar.xz tm-scripts-a01f5af07efe0819cd7f71d8ea9753a39f71c4a9.zip | |
Contains the complete bunch of software needed for the printing system in the pools:
- A lpd server is started in vmchooser-run_virt.
- A iptables rule redirects traffic from sourceport 515 to destport 5515
- Added module cups, the printserver in the minilinux.
- Binaries an libs needed for a minimal cups installation.
- Systemd-service for cups.
- Added module printergui, the custom cups frontend.
- Is a single GUI-binary that pops up in case of a printjob sent to the lpd.
- Modules are enabled in stage32.
Diffstat (limited to 'remote/rootfs/rootfs-stage32')
| -rwxr-xr-x | remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/udhcpc-openslx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/udhcpc-openslx b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/udhcpc-openslx index c2dbfbb4..178e3611 100755 --- a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/udhcpc-openslx +++ b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/udhcpc-openslx @@ -135,7 +135,7 @@ case "$1" in # Port redirection for printing iptables -A INPUT -i br0 -p tcp --dport 515 -j DROP iptables -A INPUT -i br0 -p tcp --dport 5515 -j DROP - iptables -t nat -A PREROUTING -p tcp --dport 515 -j DNAT --to-destination 127.0.0.1:5515 + iptables -t nat -A PREROUTING -p tcp --dport 515 -j REDIRECT --to-port 5515 fi ;; |
