[otrs-cvs] Support/Kernel/System/Support OS.pm,1.27,1.28
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/Support/Kernel/System/Support
In directory lancelot:/tmp/cvs-serv21841/Kernel/System/Support
Modified Files:
OS.pm
Log Message:
File system is called iso9660, not iso9960.
Author: mb
Index: OS.pm
===================================================================
RCS file: /home/cvs/Support/Kernel/System/Support/OS.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -2 -u -d -r1.27 -r1.28
--- OS.pm 20 Sep 2012 06:23:11 -0000 1.27
+++ OS.pm 21 Dec 2012 14:22:41 -0000 1.28
@@ -510,5 +510,5 @@
# If used OS is a linux system
if ( $^O =~ /(linux|unix|netbsd|freebsd|darwin)/i ) {
- my $Commandline = "df -lx tmpfs -x iso9960 -x udf";
+ my $Commandline = "df -lx tmpfs -x iso9660 -x udf";
# current MacOS does not support the -x flag for df
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log