diff options
Diffstat (limited to 'urpmi.removemedia')
-rwxr-xr-x | urpmi.removemedia | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/urpmi.removemedia b/urpmi.removemedia index 9783879c..38b6b8fe 100755 --- a/urpmi.removemedia +++ b/urpmi.removemedia @@ -1,5 +1,7 @@ #!/usr/bin/perl +# $Id$ + #- Copyright (C) 2000 MandrakeSoft (fpons@mandrakesoft.com) #- #- This program is free software; you can redistribute it and/or modify @@ -19,6 +21,7 @@ #- this program is based upon old urpmi.addmedia #use strict qw(subs vars refs); +use strict; use urpm; sub main { |