--- command-stubs/dhcpclient-stub | 18 ++++++++++++++++++ command-stubs/kudzu-probe-stub | 15 +++++++++++++++ command-stubs/list-harddrives-stub | 15 +++++++++++++++ command-stubs/loadkeys-stub | 18 ++++++++++++++++++ command-stubs/losetup-stub | 18 ++++++++++++++++++ command-stubs/mknod-stub | 18 ++++++++++++++++++ command-stubs/raidstart-stub | 18 ++++++++++++++++++ command-stubs/raidstop-stub | 18 ++++++++++++++++++ command-stubs/syslogd-stub | 18 ++++++++++++++++++ 9 files changed, 156 insertions(+), 0 deletions(-) diff --git a/command-stubs/dhcpclient-stub b/command-stubs/dhcpclient-stub index ac8fbc9..b5ffdc7 100755 --- a/command-stubs/dhcpclient-stub +++ b/command-stubs/dhcpclient-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# dhcpclient-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/kudzu-probe-stub b/command-stubs/kudzu-probe-stub index 0650e0f..66ea190 100755 --- a/command-stubs/kudzu-probe-stub +++ b/command-stubs/kudzu-probe-stub @@ -2,6 +2,21 @@ # # scan system for common hardware types # +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/list-harddrives-stub b/command-stubs/list-harddrives-stub index 41add10..73f86c2 100755 --- a/command-stubs/list-harddrives-stub +++ b/command-stubs/list-harddrives-stub @@ -2,6 +2,21 @@ # # scan system for harddrives and output device name/size # +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/loadkeys-stub b/command-stubs/loadkeys-stub index 7d7e65d..1752717 100755 --- a/command-stubs/loadkeys-stub +++ b/command-stubs/loadkeys-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# loadkeys-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/losetup-stub b/command-stubs/losetup-stub index e96f684..57fbacc 100755 --- a/command-stubs/losetup-stub +++ b/command-stubs/losetup-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# losetup-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/mknod-stub b/command-stubs/mknod-stub index bc14c5b..03320ab 100755 --- a/command-stubs/mknod-stub +++ b/command-stubs/mknod-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# mknod-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import sys, os sys.path.append('/usr/lib/anaconda') diff --git a/command-stubs/raidstart-stub b/command-stubs/raidstart-stub index 01fe54d..ddd1949 100755 --- a/command-stubs/raidstart-stub +++ b/command-stubs/raidstart-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# raidstart-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/raidstop-stub b/command-stubs/raidstop-stub index 39b5389..5eeee07 100755 --- a/command-stubs/raidstop-stub +++ b/command-stubs/raidstop-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# raidstop-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import os import sys diff --git a/command-stubs/syslogd-stub b/command-stubs/syslogd-stub index 89d9e80..2f3af92 100755 --- a/command-stubs/syslogd-stub +++ b/command-stubs/syslogd-stub @@ -1,4 +1,22 @@ #!/usr/bin/python +# +# syslogd-stub +# +# Copyright (C) 2007 Red Hat, Inc. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# import sys sys.path.append('/usr/lib/anaconda') -- 1.5.3.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list