Changeset 3413 for pykota/trunk/untested

Show
Ignore:
Timestamp:
09/27/08 22:02:37 (16 years ago)
Author:
jerome
Message:

Removed unnecessary spaces at EOL.

Location:
pykota/trunk/untested
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/untested/netatalk/netatalk.sh

    r2146 r3413  
    99# 
    1010# As always, YMMV. 
    11 #  
     11# 
    1212echo Please uncomment one of the lines, adapt the script and restart. 
    1313echo You can get AppleTalk printer\'s names with the nbplkup command. 
  • pykota/trunk/untested/parallel/parallel.sh

    r2146 r3413  
    1010# Read what Jem has to say about it : 
    1111 
    12 # It seems that network sockets or some other control specific method is the  
    13 # best way to query the printers. What I have is a bit (well, more than just  
    14 # a bit) of a brute forced solution. However, it has been working for us for  
     12# It seems that network sockets or some other control specific method is the 
     13# best way to query the printers. What I have is a bit (well, more than just 
     14# a bit) of a brute forced solution. However, it has been working for us for 
    1515# about a month and only needs a bidirectional /dev/lp0 
    1616 
    17 # I'm not at all happy about the sleep's I have in there. On occasion, there  
    18 # are missing page counts in the log but since the * next * user to print  
    19 # gets a good pagecount, the parser (a separate program) finds the  
     17# I'm not at all happy about the sleep's I have in there. On occasion, there 
     18# are missing page counts in the log but since the * next * user to print 
     19# gets a good pagecount, the parser (a separate program) finds the 
    2020# responsibility. 
    21 #  
    22 # If you find a way to improve what I have, please let me know. Note that  
    23 # when this is invoked from printcap, it's expecting that the data coming it  
    24 # at stdin is a pre-formatted print job (the Windows machines do that  
     21# 
     22# If you find a way to improve what I have, please let me know. Note that 
     23# when this is invoked from printcap, it's expecting that the data coming it 
     24# at stdin is a pre-formatted print job (the Windows machines do that 
    2525# anyway). 
    2626 
  • pykota/trunk/untested/postscript/pagecount.sh

    r3275 r3413  
    88# the Free Software Foundation, either version 3 of the License, or 
    99# (at your option) any later version. 
    10 #  
     10# 
    1111# This program is distributed in the hope that it will be useful, 
    1212# but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1414# GNU General Public License for more details. 
    15 #  
     15# 
    1616# You should have received a copy of the GNU General Public License 
    1717# along with this program.  If not, see <http://www.gnu.org/licenses/>. 
     
    2222# 
    2323# 
    24 # This script was freely adapted and modified from the printquota project  
     24# This script was freely adapted and modified from the printquota project 
    2525# http://printquota.sourceforge.net for inclusion into PyKota. 
    2626# 
  • pykota/trunk/untested/README

    r3275 r3413  
    1919==================================================================== 
    2020 
    21 This directory contains scripts which may be used to query printers  
     21This directory contains scripts which may be used to query printers 
    2222for their life time page counter, so you could define them as 
    2323hardware accounters in PyKota configuration file.