]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - hwprofile
Umount remaining filesystems one by one (using -R) option which helps in cases when...
[projects/rc-scripts.git] / hwprofile
index 804d31ffb937dfed2be9768124aaec6225e96d45..b50dc1156c2b1a5a2aebe2514bdafadee7af0af7 100755 (executable)
--- a/hwprofile
+++ b/hwprofile
@@ -1,7 +1,6 @@
 #!/bin/sh
-# (C) 2001 Arkadiusz Mikiewicz <misiek@pld.ORG.PL>
+# (C) 2001 Arkadiusz Miśkiewicz <misiek@pld.ORG.PL>
 # Hardware Profiles for rc-scripts TOTALNEW.
-# $Id$
 
 PROFDIR="/etc/sysconfig/hwprofiles"
 QUIET=0
@@ -45,7 +44,7 @@ no opts      - show help
 -q           - be quiet (used only in few modes)
 
 Please send all bug reports to:
-pld-rc-scripts@pld-linux.org.
+pld-devel-en@lists.pld-linux.org.
 '
 }
 
@@ -330,6 +329,3 @@ if [ "$#" -le "0" -o "$OPTIND" -eq 1 ]; then
 fi
 
 exit 0
-
-# This must be last line !
-# vi:syntax=sh
This page took 0.083923 seconds and 4 git commands to generate.